diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 033edd07e..137548ad8 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -87,6 +87,7 @@ 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) {} |
89 | IMPL(getpwent_r,int,ENOENT,struct passwd *pwbuf UNUSED_PARAM,char *buf UNUSED_PARAM,size_t buflen UNUSED_PARAM,struct passwd **pwbufp UNUSED_PARAM); | 89 | IMPL(getpwent_r,int,ENOENT,struct passwd *pwbuf UNUSED_PARAM,char *buf UNUSED_PARAM,size_t buflen UNUSED_PARAM,struct passwd **pwbufp UNUSED_PARAM); |
90 | IMPL(getpwent,struct passwd *,NULL,void) | ||
90 | 91 | ||
91 | /* | 92 | /* |
92 | * signal.h | 93 | * signal.h |