1.0.10.37: fix x86-64/darwin build
[sbcl.git] / src / runtime / x86-64-darwin-os.c
index c1055c0..83a1f1e 100644 (file)
 #include <stdlib.h>
 #include <stdio.h>
 
-#if __DARWIN_UNIX03
+#ifdef MAC_OS_X_VERSION_10_5
 #include <sys/_structs.h>
 #endif
 
-#if __DARWIN_UNIX03
+#ifdef MAC_OS_X_VERSION_10_5
 
 typedef struct __darwin_ucontext darwin_ucontext;
 typedef struct __darwin_mcontext64 darwin_mcontext;