This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Newlib unistd.h missing the prototype for fchdir


Hmm.. I had to put it in the #if  defined (__CYGWIN__) 
:)

However.. It's just a simple patch everyone can type it
by hand - the more important thing is that is good to
add  this thing in the header file.

Pavel Tsekov wrote:
> 
> Attached is a patch which add the missing prototype.
> 
>   ------------------------------------------------------------------------
> --- unistd.h.orig       Mon Oct 15 12:57:19 2001
> +++ unistd.h    Mon Oct 15 12:57:51 2001
> @@ -19,6 +19,7 @@ void  _EXFUN(_exit, (int __status ) _ATTR
>  int    _EXFUN(access,(const char *__path, int __amode ));
>  unsigned  _EXFUN(alarm, (unsigned __secs ));
>  int     _EXFUN(chdir, (const char *__path ));
> +int     _EXFUN(fchdir, (int fd ));
>  int     _EXFUN(chmod, (const char *__path, mode_t __mode ));
>  int     _EXFUN(chown, (const char *__path, uid_t __owner, gid_t __group ));
>  #if defined(__CYGWIN__) || defined(__rtems__)
> 
>   ------------------------------------------------------------------------

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]