[PATCH] Newlib unistd.h missing the prototype for fchdir
Pavel Tsekov
ptsekov@syntrex.com
Mon Oct 15 03:59:00 GMT 2001
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__)
More information about the Cygwin
mailing list