aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
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);
383IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM); 383IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM);
384IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); 384IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM);
385NOIMPL(chroot,const char *root UNUSED_PARAM); 385NOIMPL(chroot,const char *root UNUSED_PARAM);
386NOIMPL(fchdir,int fd UNUSED_PARAM);
386int mingw_dup2 (int fd, int fdto); 387int mingw_dup2 (int fd, int fdto);
387char *mingw_getcwd(char *pointer, int len); 388char *mingw_getcwd(char *pointer, int len);
388 389