diff options
-rw-r--r-- | include/mingw.h | 2 |
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, ...); | |||
322 | int pipe(int filedes[2]); | 322 | int pipe(int filedes[2]); |
323 | NOIMPL(readlink,const char *path UNUSED_PARAM, char *buf UNUSED_PARAM, size_t bufsiz UNUSED_PARAM); | 323 | NOIMPL(readlink,const char *path UNUSED_PARAM, char *buf UNUSED_PARAM, size_t bufsiz UNUSED_PARAM); |
324 | NOIMPL(setgid,gid_t gid UNUSED_PARAM); | 324 | NOIMPL(setgid,gid_t gid UNUSED_PARAM); |
325 | NOIMPL(setegid,gid_t gid UNUSED_PARAM); | ||
325 | NOIMPL(setsid,void); | 326 | NOIMPL(setsid,void); |
326 | NOIMPL(setuid,uid_t gid UNUSED_PARAM); | 327 | NOIMPL(setuid,uid_t gid UNUSED_PARAM); |
328 | NOIMPL(seteuid,uid_t gid UNUSED_PARAM); | ||
327 | unsigned int sleep(unsigned int seconds); | 329 | unsigned int sleep(unsigned int seconds); |
328 | NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); | 330 | NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); |
329 | static inline void sync(void) {} | 331 | static inline void sync(void) {} |