X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fsunos-os.h;h=3b0068bc7772faf824fc64995252919710c5c0fd;hb=ed1910efb36f71b5ebe33b5ffffd7195e15644de;hp=6720c31231992d3782fc0f9ec16a1ed811702f3b;hpb=1d33d240c6f1385157c7d71f681911f7387ddf32;p=sbcl.git diff --git a/src/runtime/sunos-os.h b/src/runtime/sunos-os.h index 6720c31..3b0068b 100644 --- a/src/runtime/sunos-os.h +++ b/src/runtime/sunos-os.h @@ -20,7 +20,7 @@ /* FIXME: Stolen from CMUCL. Investigate. */ typedef unsigned long os_vm_address_t; -typedef long os_vm_size_t; +typedef size_t os_vm_size_t; typedef off_t os_vm_offset_t; typedef int os_vm_prot_t; @@ -32,10 +32,4 @@ typedef int os_vm_prot_t; #define SIG_MEMORY_FAULT SIGSEGV -#define SIG_INTERRUPT_THREAD (SIGRTMIN) -#define SIG_STOP_FOR_GC (SIGUSR1) -#define SIG_RESUME_FROM_GC (SIGUSR2) - -/* Yaargh?! */ -typedef int os_context_register_t ; - +#define SIG_STOP_FOR_GC (SIGUSR2)