aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-03-14 21:08:59 +0000
committerRon Yorston <rmy@pobox.com>2015-03-14 21:33:07 +0000
commit74ba8c760f3337218cddabaaa0acc4e1f5d6e6c5 (patch)
treee630abab8c8c79c9639a24e449558bfbc7d3a52f /include
parenta4f58436b78fe59e57620c6e0301f213ee25f273 (diff)
downloadbusybox-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.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