aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-22 15:21:02 +0100
committerRon Yorston <rmy@pobox.com>2017-08-22 15:21:02 +0100
commitbcacae6da4e772f208ef2026fae5faaac9048411 (patch)
treeb70338e940e09cf73fa4fc8679ce1212d6dec53c /include/mingw.h
parentce9af1cc5ea23f754587448cf35b5120c77bfeef (diff)
downloadbusybox-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.h1
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);
419NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); 419NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM);
420static inline void sync(void) {} 420static inline void sync(void) {}
421long sysconf(int name); 421long sysconf(int name);
422IMPL(getpagesize,int,4096,void);
422NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); 423NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM);
423int mingw_unlink(const char *pathname); 424int mingw_unlink(const char *pathname);
424NOIMPL(vfork,void); 425NOIMPL(vfork,void);