]> granicus.if.org Git - python/commit
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
authorBarry Warsaw <barry@python.org>
Tue, 19 Jul 2011 22:28:30 +0000 (18:28 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 19 Jul 2011 22:28:30 +0000 (18:28 -0400)
commitd460a76e9eea15aee25c47de30a96b8f4e158929
tree15a00b710efb57f1005e40437a1a71af474a7b6e
parent4634676cec29def3c70cf84ba00e6d7586bbaab7
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
  signature.  Without this, architectures where sizeof void* != sizeof int are
  broken.  Patch given by Hallvard B Furuseth.
Misc/NEWS
Modules/_ctypes/libffi/src/dlmalloc.c