diff options
Diffstat (limited to 'include/mingw.h')
-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 86259f2d1..f3b260f5a 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -82,7 +82,7 @@ struct passwd { | |||
82 | gid_t pw_gid; | 82 | gid_t pw_gid; |
83 | }; | 83 | }; |
84 | 84 | ||
85 | IMPL(getpwnam,struct passwd *,NULL,const char *name UNUSED_PARAM); | 85 | struct passwd *getpwnam(const char *name); |
86 | struct passwd *getpwuid(uid_t uid); | 86 | struct passwd *getpwuid(uid_t uid); |
87 | static inline void setpwent(void) {} | 87 | static inline void setpwent(void) {} |
88 | static inline void endpwent(void) {} | 88 | static inline void endpwent(void) {} |