Many new patches
This commit is contained in:
13
patches/interix-patch
Normal file
13
patches/interix-patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: libffi/src/closures.c
|
||||
===================================================================
|
||||
--- libffi.orig/src/closures.c
|
||||
+++ libffi/src/closures.c
|
||||
@@ -172,7 +172,7 @@ selinux_enabled_check (void)
|
||||
|
||||
#endif /* !FFI_MMAP_EXEC_SELINUX */
|
||||
|
||||
-#elif defined (__CYGWIN__)
|
||||
+#elif defined (__CYGWIN__) || defined(__INTERIX)
|
||||
|
||||
#include <sys/mman.h>
|
||||
|
||||
Reference in New Issue
Block a user