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 44ea2b098..1c923089f 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -261,7 +261,7 @@ NOIMPL(readlink,const char *path UNUSED_PARAM, char *buf UNUSED_PARAM, size_t bu
261NOIMPL(setgid,gid_t gid UNUSED_PARAM); 261NOIMPL(setgid,gid_t gid UNUSED_PARAM);
262NOIMPL(setsid,void); 262NOIMPL(setsid,void);
263NOIMPL(setuid,uid_t gid UNUSED_PARAM); 263NOIMPL(setuid,uid_t gid UNUSED_PARAM);
264NOIMPL(sleep,unsigned int seconds UNUSED_PARAM); 264unsigned int sleep(unsigned int seconds);
265NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); 265NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM);
266static inline void sync(void) {} 266static inline void sync(void) {}
267NOIMPL(vfork,void); 267NOIMPL(vfork,void);