diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index b32ee43b0..f30338ba8 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -383,6 +383,7 @@ clock_t times(struct tms *buf); | |||
383 | IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM); | 383 | IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM); |
384 | IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); | 384 | IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); |
385 | NOIMPL(chroot,const char *root UNUSED_PARAM); | 385 | NOIMPL(chroot,const char *root UNUSED_PARAM); |
386 | NOIMPL(fchdir,int fd UNUSED_PARAM); | ||
386 | int mingw_dup2 (int fd, int fdto); | 387 | int mingw_dup2 (int fd, int fdto); |
387 | char *mingw_getcwd(char *pointer, int len); | 388 | char *mingw_getcwd(char *pointer, int len); |
388 | 389 | ||