aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
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);
485IMPL(getpagesize,int,4096,void); 485IMPL(getpagesize,int,4096,void);
486NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); 486NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM);
487int mingw_unlink(const char *pathname); 487int mingw_unlink(const char *pathname);
488pid_t vfork(void);
489int mingw_access(const char *name, int mode); 488int mingw_access(const char *name, int mode);
490int mingw_rmdir(const char *name); 489int mingw_rmdir(const char *name);
491void mingw_sync(void); 490void mingw_sync(void);