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 9e6ddd1d8..59218a9df 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -75,7 +75,7 @@ struct passwd { | |||
75 | }; | 75 | }; |
76 | 76 | ||
77 | IMPL(getpwnam,struct passwd *,NULL,const char *name UNUSED_PARAM); | 77 | IMPL(getpwnam,struct passwd *,NULL,const char *name UNUSED_PARAM); |
78 | IMPL(getpwuid,struct passwd *,NULL,int uid UNUSED_PARAM); | 78 | struct passwd *getpwuid(int uid); |
79 | 79 | ||
80 | /* | 80 | /* |
81 | * signal.h | 81 | * signal.h |