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 574a77e7c..260469b95 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -419,6 +419,7 @@ unsigned int sleep(unsigned int seconds);
419NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); 419NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM);
420static inline void sync(void) {} 420static inline void sync(void) {}
421long sysconf(int name); 421long sysconf(int name);
422IMPL(getpagesize,int,4096,void);
422NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); 423NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM);
423int mingw_unlink(const char *pathname); 424int mingw_unlink(const char *pathname);
424NOIMPL(vfork,void); 425NOIMPL(vfork,void);