1.0.39.11: fix readdir for :inode64 builds
[sbcl.git] / src / runtime / darwin-os.h
index 86d3e0e..9228d1b 100644 (file)
@@ -27,13 +27,11 @@ typedef struct ucontext os_context_t;
 
 
 #else
-#include <ucontext.h>
 typedef ucontext_t os_context_t;
 #endif
 
 #define SIG_MEMORY_FAULT SIGBUS
 
-#define SIG_INTERRUPT_THREAD (SIGINFO)
-#define SIG_STOP_FOR_GC (SIGUSR1)
+#define SIG_STOP_FOR_GC (SIGUSR2)
 
 #endif /* _DARWIN_OS_H */