diff options
author | Ron Yorston <rmy@pobox.com> | 2017-08-22 15:21:02 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-08-22 15:21:02 +0100 |
commit | bcacae6da4e772f208ef2026fae5faaac9048411 (patch) | |
tree | b70338e940e09cf73fa4fc8679ce1212d6dec53c /include/mingw.h | |
parent | ce9af1cc5ea23f754587448cf35b5120c77bfeef (diff) | |
download | busybox-w32-bcacae6da4e772f208ef2026fae5faaac9048411.tar.gz busybox-w32-bcacae6da4e772f208ef2026fae5faaac9048411.tar.bz2 busybox-w32-bcacae6da4e772f208ef2026fae5faaac9048411.zip |
Post-merge fixes
- Update default configurations.
- Changes required for rpm2cpio to compile
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 574a77e7c..260469b95 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -419,6 +419,7 @@ unsigned int sleep(unsigned int seconds); | |||
419 | NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); | 419 | NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); |
420 | static inline void sync(void) {} | 420 | static inline void sync(void) {} |
421 | long sysconf(int name); | 421 | long sysconf(int name); |
422 | IMPL(getpagesize,int,4096,void); | ||
422 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); | 423 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); |
423 | int mingw_unlink(const char *pathname); | 424 | int mingw_unlink(const char *pathname); |
424 | NOIMPL(vfork,void); | 425 | NOIMPL(vfork,void); |