X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.h;h=1055b2d180b9a8f7740cf36721ec9c398047d240;hb=c2bce3b9eb9f51fb0657af3c9023fff86ba3a51f;hp=ed8733d180d45811003f43921825beeb7fe88d1c;hpb=637371f800e71ac4449e01d59571c9d10f6bde26;p=sbcl.git diff --git a/src/runtime/linux-os.h b/src/runtime/linux-os.h index ed8733d..1055b2d 100644 --- a/src/runtime/linux-os.h +++ b/src/runtime/linux-os.h @@ -36,5 +36,9 @@ typedef int os_vm_prot_t; #define OS_VM_PROT_WRITE PROT_WRITE #define OS_VM_PROT_EXECUTE PROT_EXEC -/* /usr/include/asm/sigcontext.h */ -typedef long os_context_register_t ; +#define SIG_MEMORY_FAULT SIGSEGV +#define SIG_INTERRUPT_THREAD SIGRTMIN +#define SIG_STOP_FOR_GC (SIGRTMIN+1) +#define SIG_DEQUEUE (SIGRTMIN+2) + +