X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fbsd-os.h;h=eb6037ba9dab66e4723cbbc1a49160217e7aa12a;hb=85e1967527101d2d8a4c0f5d37857cf731690733;hp=23ab40f890018fe3b1f46f12896c5793b7a62e76;hpb=c2ac5ba3964165ee2d21ccd4c6bf8bdc48e1a165;p=sbcl.git diff --git a/src/runtime/bsd-os.h b/src/runtime/bsd-os.h index 23ab40f..eb6037b 100644 --- a/src/runtime/bsd-os.h +++ b/src/runtime/bsd-os.h @@ -61,7 +61,6 @@ extern int sig_memory_fault; #define SIG_INTERRUPT_THREAD (SIGINFO) #define SIG_STOP_FOR_GC (SIGUSR1) -#define SIG_RESUME_FROM_GC (SIGUSR2) #elif defined __OpenBSD__