diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 0357e4521..d274b7e1c 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -485,7 +485,6 @@ long sysconf(int name); | |||
485 | IMPL(getpagesize,int,4096,void); | 485 | IMPL(getpagesize,int,4096,void); |
486 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); | 486 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); |
487 | int mingw_unlink(const char *pathname); | 487 | int mingw_unlink(const char *pathname); |
488 | pid_t vfork(void); | ||
489 | int mingw_access(const char *name, int mode); | 488 | int mingw_access(const char *name, int mode); |
490 | int mingw_rmdir(const char *name); | 489 | int mingw_rmdir(const char *name); |
491 | void mingw_sync(void); | 490 | void mingw_sync(void); |