aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);