X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.h;h=b78f470a0852789a5613fbae9e5666c450d155cb;hb=007bcd5aac2f3a1e714563bd39f7a2db2d0bf7c2;hp=35cc0fcbf37db6c7268acace913661fa39a2a0f5;hpb=ae09f8fd7765f6cab6ad317a13e27ff22ab0c11e;p=sbcl.git diff --git a/src/runtime/darwin-os.h b/src/runtime/darwin-os.h index 35cc0fc..b78f470 100644 --- a/src/runtime/darwin-os.h +++ b/src/runtime/darwin-os.h @@ -33,6 +33,6 @@ typedef ucontext_t os_context_t; #define SIG_MEMORY_FAULT SIGBUS -#define SIG_STOP_FOR_GC (SIGUSR1) +#define SIG_STOP_FOR_GC (SIGUSR2) #endif /* _DARWIN_OS_H */