aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index aa208cdcb..3b7aa9469 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -262,7 +262,7 @@ NOIMPL(readlink,const char *path UNUSED_PARAM, char *buf UNUSED_PARAM, size_t bu
262NOIMPL(setgid,gid_t gid UNUSED_PARAM); 262NOIMPL(setgid,gid_t gid UNUSED_PARAM);
263NOIMPL(setsid,void); 263NOIMPL(setsid,void);
264NOIMPL(setuid,uid_t gid UNUSED_PARAM); 264NOIMPL(setuid,uid_t gid UNUSED_PARAM);
265NOIMPL(sleep,unsigned int seconds UNUSED_PARAM); 265unsigned int sleep(unsigned int seconds);
266NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); 266NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM);
267static inline void sync(void) {} 267static inline void sync(void) {}
268NOIMPL(vfork,void); 268NOIMPL(vfork,void);