X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbsd-os.h;h=0f5a4b92a0e551c59da668fc09a6d4b1552ef2a3;hb=b6a842dc8eb0c3aa0364c26b5b41bfc3b38fef31;hp=eb6037ba9dab66e4723cbbc1a49160217e7aa12a;hpb=409fcc671231b594ec010adf683f72a871ec1d6a;p=sbcl.git diff --git a/src/runtime/bsd-os.h b/src/runtime/bsd-os.h index eb6037b..0f5a4b9 100644 --- a/src/runtime/bsd-os.h +++ b/src/runtime/bsd-os.h @@ -59,7 +59,6 @@ typedef ucontext_t os_context_t; extern int sig_memory_fault; #define SIG_MEMORY_FAULT (sig_memory_fault) -#define SIG_INTERRUPT_THREAD (SIGINFO) #define SIG_STOP_FOR_GC (SIGUSR1) #elif defined __OpenBSD__