[Openmcl-cvs-notifications] r11910 - /trunk/source/lisp-kernel/memprotect.h
gb at clozure.com
gb at clozure.com
Wed Apr 8 13:48:23 EDT 2009
Author: gb
Date: Wed Apr 8 13:48:23 2009
New Revision: 11910
Log:
Hide things defined in <ucontext.h> but not defined in <sys/ucontext.h>
from the tender eyes of Darwin.
Modified:
trunk/source/lisp-kernel/memprotect.h
Modified: trunk/source/lisp-kernel/memprotect.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/memprotect.h (original)
+++ trunk/source/lisp-kernel/memprotect.h Wed Apr 8 13:48:23 2009
@@ -25,7 +25,11 @@
#endif
#include <signal.h>
#ifndef WINDOWS
+#ifdef DARWIN
+#include <sys/ucontext.h>
+#else
#include <ucontext.h>
+#endif
#endif
=
#ifdef WINDOWS
More information about the Openmcl-cvs-notifications
mailing list