commit | c56432804a5d2029c080843fe90680246f924d35 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Jul 19 17:06:30 2011 -0400 |
committer | Barry Warsaw <barry@python.org> | Tue Jul 19 17:06:30 2011 -0400 |
tree | 611ed89bef17bdc3f63763abda458fc523baa135 | |
parent | 39540a02264998c5682eaa12d6e5ce6713b9056e [diff] |
- 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.