aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h1
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);
87static inline void setpwent(void) {} 87static inline void setpwent(void) {}
88static inline void endpwent(void) {} 88static inline void endpwent(void) {}
89IMPL(getpwent_r,int,ENOENT,struct passwd *pwbuf UNUSED_PARAM,char *buf UNUSED_PARAM,size_t buflen UNUSED_PARAM,struct passwd **pwbufp UNUSED_PARAM); 89IMPL(getpwent_r,int,ENOENT,struct passwd *pwbuf UNUSED_PARAM,char *buf UNUSED_PARAM,size_t buflen UNUSED_PARAM,struct passwd **pwbufp UNUSED_PARAM);
90IMPL(getpwent,struct passwd *,NULL,void)
90 91
91/* 92/*
92 * signal.h 93 * signal.h