diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 367aa7cdc..49e792b69 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -471,7 +471,7 @@ NOIMPL(setuid,uid_t gid UNUSED_PARAM); | |||
471 | NOIMPL(seteuid,uid_t gid UNUSED_PARAM); | 471 | NOIMPL(seteuid,uid_t gid UNUSED_PARAM); |
472 | unsigned int sleep(unsigned int seconds); | 472 | unsigned int sleep(unsigned int seconds); |
473 | int symlink(const char *target, const char *linkpath); | 473 | int symlink(const char *target, const char *linkpath); |
474 | static inline void sync(void) {} | 474 | static inline void sync(void) { sleep(2); } |
475 | long sysconf(int name); | 475 | long sysconf(int name); |
476 | IMPL(getpagesize,int,4096,void); | 476 | IMPL(getpagesize,int,4096,void); |
477 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); | 477 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); |