aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h2
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);
471NOIMPL(seteuid,uid_t gid UNUSED_PARAM); 471NOIMPL(seteuid,uid_t gid UNUSED_PARAM);
472unsigned int sleep(unsigned int seconds); 472unsigned int sleep(unsigned int seconds);
473int symlink(const char *target, const char *linkpath); 473int symlink(const char *target, const char *linkpath);
474static inline void sync(void) {} 474static inline void sync(void) { sleep(2); }
475long sysconf(int name); 475long sysconf(int name);
476IMPL(getpagesize,int,4096,void); 476IMPL(getpagesize,int,4096,void);
477NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); 477NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM);