This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Closure test failures


One reason closure tests may be failing is that FFI_MMAP_EXEC_WRIT, which enables mmap-ing of the closure trampoline in closure.c, is only auto-enabled for gnu_linux and win32.

FFI_MMAP_EXEC_WRIT should probably be set based on HAVE_MMAP (or whatever the tests used to use) instead of checking the system type.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]