X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fos.h;h=81fec24952f9aac993d0072b249e2f3c38ca1a18;hb=3c65762b927af861c9c8bc416e4cbac9a14ec0c3;hp=8957d9106ebe7f7e7f789a821699e4b4b541981e;hpb=dfa55a883f94470267b626dae77ce7e7dfac3df6;p=sbcl.git diff --git a/src/runtime/os.h b/src/runtime/os.h index 8957d91..81fec24 100644 --- a/src/runtime/os.h +++ b/src/runtime/os.h @@ -28,11 +28,6 @@ * os_vm_prot_t * type used for flags for mmap, mprotect, etc. * - * OS_VM_DEFAULT_PAGESIZE - * used by core dumping and loading logic (but dunno its exact - * definition, in particular why we can't just use getpagesize() - * instead) - * * os_vm_address_t * the type used to represent addresses? (dunno why not just void*) * os_vm_size_t, os_vm_off_t