public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* libffi-3.0.10 on x86-interix
@ 2011-05-12  7:31 Markus Duft
  0 siblings, 0 replies; only message in thread
From: Markus Duft @ 2011-05-12  7:31 UTC (permalink / raw)
  To: libffi-discuss

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

Hey!

i just updated my gentoo prefix installations on interix, and noticed, that a little hunk for interix platform (build) support is missing; a patch is attached. could you please add this to the repository? thanks a lot :)

Regards, Markus

[-- Attachment #2: libffi-3.0.10-interix.patch --]
[-- Type: text/x-patch, Size: 373 bytes --]

diff -ru libffi-3.0.10rc8.orig/src/closures.c libffi-3.0.10rc8/src/closures.c
--- libffi-3.0.10rc8.orig/src/closures.c	2011-05-10 08:45:31 +0200
+++ libffi-3.0.10rc8/src/closures.c	2011-05-10 09:12:33 +0200
@@ -172,7 +172,7 @@
 
 #endif /* !FFI_MMAP_EXEC_SELINUX */
 
-#elif defined (__CYGWIN__)
+#elif defined (__CYGWIN__) || defined(__INTERIX)
 
 #include <sys/mman.h>
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-12  7:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-12  7:31 libffi-3.0.10 on x86-interix Markus Duft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).