aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mingw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 577e48a2a..c4748735d 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -322,8 +322,10 @@ int mingw_open (const char *filename, int oflags, ...);
322int pipe(int filedes[2]); 322int pipe(int filedes[2]);
323NOIMPL(readlink,const char *path UNUSED_PARAM, char *buf UNUSED_PARAM, size_t bufsiz UNUSED_PARAM); 323NOIMPL(readlink,const char *path UNUSED_PARAM, char *buf UNUSED_PARAM, size_t bufsiz UNUSED_PARAM);
324NOIMPL(setgid,gid_t gid UNUSED_PARAM); 324NOIMPL(setgid,gid_t gid UNUSED_PARAM);
325NOIMPL(setegid,gid_t gid UNUSED_PARAM);
325NOIMPL(setsid,void); 326NOIMPL(setsid,void);
326NOIMPL(setuid,uid_t gid UNUSED_PARAM); 327NOIMPL(setuid,uid_t gid UNUSED_PARAM);
328NOIMPL(seteuid,uid_t gid UNUSED_PARAM);
327unsigned int sleep(unsigned int seconds); 329unsigned int sleep(unsigned int seconds);
328NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); 330NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM);
329static inline void sync(void) {} 331static inline void sync(void) {}