[Mono-bugs] [Bug 77091][Wis] Changed - Mono.Posix.Syscall.mmap fails

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 23 16:40:54 EST 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ben at mw0.ath.cx.

http://bugzilla.ximian.com/show_bug.cgi?id=77091

--- shadow/77091	2005-12-23 16:39:14.000000000 -0500
+++ shadow/77091.tmp.12005	2005-12-23 16:40:54.000000000 -0500
@@ -17,6 +17,11 @@
 Summary: Mono.Posix.Syscall.mmap fails
 
 Mono.Posix.Syscall fails with EINVAL regardless of the arguments it is
 given. This is because of a bug in the generated parameter mapping code
 (support/map.c), which does not include <sys/mman.h>, thereby making all
 PROT_* and MAP_* macros invalid. Attached is a set of patches to fix this bug.
+
+------- Additional Comments From ben at mw0.ath.cx  2005-12-23 16:40 -------
+Created an attachment (id=16253)
+Patch to include <sys/mman.h> in include attribute of Syscall.cs
+


More information about the mono-bugs mailing list