summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes/libffi/fficonfig.py.in
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2010-08-08 17:58:53 (GMT)
committerThomas Heller <theller@ctypes.org>2010-08-08 17:58:53 (GMT)
commit864cc6703a7c4399295b3601f49e0065639443bf (patch)
tree03fc3dc987860d40c7959cdfcb700a8281832ef9 /Modules/_ctypes/libffi/fficonfig.py.in
parent93d768d6328ae6c0a7dd207e5b1790df6686fd62 (diff)
downloadcpython-864cc6703a7c4399295b3601f49e0065639443bf.zip
cpython-864cc6703a7c4399295b3601f49e0065639443bf.tar.gz
cpython-864cc6703a7c4399295b3601f49e0065639443bf.tar.bz2
Fix issue5504: ctypes does now work with systems where mmap can't be
PROT_WRITE and PROT_EXEC.
Diffstat (limited to 'Modules/_ctypes/libffi/fficonfig.py.in')
-rw-r--r--Modules/_ctypes/libffi/fficonfig.py.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/_ctypes/libffi/fficonfig.py.in b/Modules/_ctypes/libffi/fficonfig.py.in
index b7bae9c..27c971f 100644
--- a/Modules/_ctypes/libffi/fficonfig.py.in
+++ b/Modules/_ctypes/libffi/fficonfig.py.in
@@ -1,5 +1,7 @@
ffi_sources = """
src/prep_cif.c
+src/closures.c
+src/dlmalloc.c
""".split()
ffi_platforms = {