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