diff options
Diffstat (limited to 'include')
-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 56a7285e5..2a6cae4ee 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -477,7 +477,7 @@ int getuid(void); | |||
477 | #define geteuid getuid | 477 | #define geteuid getuid |
478 | #define getegid getuid | 478 | #define getegid getuid |
479 | int getgroups(int n, gid_t *groups); | 479 | int getgroups(int n, gid_t *groups); |
480 | IMPL(getppid,int,1,void); | 480 | pid_t getppid(void); |
481 | NOIMPL(getsid,pid_t pid UNUSED_PARAM); | 481 | NOIMPL(getsid,pid_t pid UNUSED_PARAM); |
482 | int getlogin_r(char *buf, size_t len); | 482 | int getlogin_r(char *buf, size_t len); |
483 | int fcntl(int fd, int cmd, ...); | 483 | int fcntl(int fd, int cmd, ...); |