X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.h;h=9228d1bb6a60f17e171c36670c371709129039db;hb=d4269db7d3211f7fb00003f9c36eff109deb8caa;hp=86d3e0ec3e45a04efd828e9fc6d3e98db5b9373f;hpb=409fcc671231b594ec010adf683f72a871ec1d6a;p=sbcl.git diff --git a/src/runtime/darwin-os.h b/src/runtime/darwin-os.h index 86d3e0e..9228d1b 100644 --- a/src/runtime/darwin-os.h +++ b/src/runtime/darwin-os.h @@ -27,13 +27,11 @@ typedef struct ucontext os_context_t; #else -#include 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 */