X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Flinux-os.h;h=d0f1781c42543f12314924aa731245c624717bb8;hb=78fa16bf55be44cc16845be84d98023e83fb14bc;hp=ed8733d180d45811003f43921825beeb7fe88d1c;hpb=637371f800e71ac4449e01d59571c9d10f6bde26;p=sbcl.git diff --git a/src/runtime/linux-os.h b/src/runtime/linux-os.h index ed8733d..d0f1781 100644 --- a/src/runtime/linux-os.h +++ b/src/runtime/linux-os.h @@ -36,5 +36,10 @@ 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) +#define SIG_THREAD_EXIT (SIGRTMIN+3) +