Commit 032a4850 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove definition of _GNU_SOURCE, since Python.h now does it for us

parent 86657be8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment