X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.h;h=1206e32f0b4cdf43f22de7432da669d4bed48cfe;hb=986ce2596822cc0871b609346aaf592348aca596;hp=a2f1c34508c5c790042ffa3bb1f92a30ba0b57dd;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/runtime/linux-os.h b/src/runtime/linux-os.h index a2f1c34..1206e32 100644 --- a/src/runtime/linux-os.h +++ b/src/runtime/linux-os.h @@ -36,6 +36,7 @@ typedef struct ucontext os_context_t; #define OS_VM_PROT_WRITE PROT_WRITE #define OS_VM_PROT_EXECUTE PROT_EXEC -#define OS_VM_DEFAULT_PAGESIZE 4096 - #define SET_FPU_CONTROL_WORD(cw) asm("fldcw %0" : : "m" (cw)) + +/* /usr/include/asm/sigcontext.h */ +typedef long sigcontext_register_t ;