X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.h;h=1206e32f0b4cdf43f22de7432da669d4bed48cfe;hb=9a241987c408980164f71237f7d840265302bbc1;hp=d01070431240b62ae825a276251a0770f288e758;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/runtime/linux-os.h b/src/runtime/linux-os.h index d010704..1206e32 100644 --- a/src/runtime/linux-os.h +++ b/src/runtime/linux-os.h @@ -9,10 +9,6 @@ * files for more information. */ -/* - * $Header$ - */ - #include #include #include @@ -40,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 ;