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