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