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 713205ef9..e2c02babf 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -440,7 +440,7 @@ NOIMPL(setsid,void);
440NOIMPL(setuid,uid_t gid UNUSED_PARAM); 440NOIMPL(setuid,uid_t gid UNUSED_PARAM);
441NOIMPL(seteuid,uid_t gid UNUSED_PARAM); 441NOIMPL(seteuid,uid_t gid UNUSED_PARAM);
442unsigned int sleep(unsigned int seconds); 442unsigned int sleep(unsigned int seconds);
443NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); 443int symlink(const char *target, const char *linkpath);
444static inline void sync(void) {} 444static inline void sync(void) {}
445long sysconf(int name); 445long sysconf(int name);
446IMPL(getpagesize,int,4096,void); 446IMPL(getpagesize,int,4096,void);