From bcacae6da4e772f208ef2026fae5faaac9048411 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Tue, 22 Aug 2017 15:21:02 +0100 Subject: Post-merge fixes - Update default configurations. - Changes required for rpm2cpio to compile --- include/mingw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mingw.h') 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); NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); static inline void sync(void) {} long sysconf(int name); +IMPL(getpagesize,int,4096,void); NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); int mingw_unlink(const char *pathname); NOIMPL(vfork,void); -- cgit v1.2.3-55-g6feb