]> 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 21:06:30 +0000 (17:06 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 19 Jul 2011 21:06:30 +0000 (17:06 -0400)
commitc56432804a5d2029c080843fe90680246f924d35
tree611ed89bef17bdc3f63763abda458fc523baa135
parent39540a02264998c5682eaa12d6e5ce6713b9056e
- 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