aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-11-29 21:41:32 +0000
committerRon Yorston <rmy@pobox.com>2014-11-29 21:41:32 +0000
commit084cca42dfa926e6fbf8a95b9adc1831647d3528 (patch)
treec5c4c7f1199638c404cce9e2775fe42aec8f5efa
parent0a00e74867c25f82f3c49b1ee933a87cfde555bc (diff)
downloadbusybox-w32-084cca42dfa926e6fbf8a95b9adc1831647d3528.tar.gz
busybox-w32-084cca42dfa926e6fbf8a95b9adc1831647d3528.tar.bz2
busybox-w32-084cca42dfa926e6fbf8a95b9adc1831647d3528.zip
Remove declaration of getpagesize
-rw-r--r--include/mingw.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 654ca3ee6..80d9b7987 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -353,13 +353,6 @@ int mingw_dup2 (int fd, int fdto);
353char *mingw_getcwd(char *pointer, int len); 353char *mingw_getcwd(char *pointer, int len);
354 354
355 355
356#ifdef USE_WIN32_MMAP
357int mingw_getpagesize(void);
358#define getpagesize mingw_getpagesize
359#else
360int getpagesize(void); /* defined in MinGW's libgcc.a */
361#endif
362
363IMPL(getgid,int,1,void); 356IMPL(getgid,int,1,void);
364NOIMPL(getgroups,int n UNUSED_PARAM,gid_t *groups UNUSED_PARAM); 357NOIMPL(getgroups,int n UNUSED_PARAM,gid_t *groups UNUSED_PARAM);
365IMPL(getppid,int,1,void); 358IMPL(getppid,int,1,void);