diff options
-rw-r--r-- | Modules/mmapmodule.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/mmapmodule.c b/Modules/mmapmodule.c index 8cd993e40f..7627435dad 100644 --- a/Modules/mmapmodule.c +++ b/Modules/mmapmodule.c @@ -16,11 +16,6 @@ / ftp://squirl.nightmare.com/pub/python/python-ext. */ -#ifdef __linux__ -#define _GNU_SOURCE /* So we can get MREMAP_MAYMOVE defined when - sys/mman.h is included */ -#endif - #include <Python.h> #ifndef MS_WIN32 |