]> granicus.if.org Git - python/commit
Patch from Lorenzo M. Catucci:
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 19:06:49 +0000 (19:06 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 19:06:49 +0000 (19:06 +0000)
commitea34a84e543ecf0a05ea34fe5b7d84cb1bcd437d
tree44942e452792c871b803ca1a986fc68e2b84b1c7
parente475e70128e5e12392faa10f6556460c308efc0a
Patch from Lorenzo M. Catucci:
I discovered the [MREMAP_MAYMOVE] symbol is only defined when _GNU_SOURCE is
defined; therefore, here is the change: if we are compiling for linux,
define _GNU_SOURCE before including mman.h, and all is done.
Modules/mmapmodule.c