diff options
author | Ron Yorston <rmy@pobox.com> | 2015-03-14 21:08:59 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-03-14 21:33:07 +0000 |
commit | 74ba8c760f3337218cddabaaa0acc4e1f5d6e6c5 (patch) | |
tree | e630abab8c8c79c9639a24e449558bfbc7d3a52f /include | |
parent | a4f58436b78fe59e57620c6e0301f213ee25f273 (diff) | |
download | busybox-w32-74ba8c760f3337218cddabaaa0acc4e1f5d6e6c5.tar.gz busybox-w32-74ba8c760f3337218cddabaaa0acc4e1f5d6e6c5.tar.bz2 busybox-w32-74ba8c760f3337218cddabaaa0acc4e1f5d6e6c5.zip |
Post-merge fixes
Diffstat (limited to 'include')
-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 |