mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove definition of _GNU_SOURCE, since Python.h now does it for us
This commit is contained in:
parent
5f0e29eb45
commit
da13f89fee
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue