X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fwin32-os.h;h=a09c37f909bf461b25c8dfa7f0e62d577b71ae78;hb=0285aa5ff8416027932daa001b84429be2ca559b;hp=1526e8d88c7ef99a953d6d7d66a5805692b91434;hpb=409fcc671231b594ec010adf683f72a871ec1d6a;p=sbcl.git diff --git a/src/runtime/win32-os.h b/src/runtime/win32-os.h index 1526e8d..a09c37f 100644 --- a/src/runtime/win32-os.h +++ b/src/runtime/win32-os.h @@ -35,7 +35,6 @@ typedef void *siginfo_t; #define SIG_MEMORY_FAULT SIGSEGV -#define SIG_INTERRUPT_THREAD (SIGRTMIN) #define SIG_STOP_FOR_GC (SIGRTMIN+1) #define SIG_DEQUEUE (SIGRTMIN+2) #define SIG_THREAD_EXIT (SIGRTMIN+3)