X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fhpux-os.c;h=7737762161931c25675b49156a1304a3c2b760d9;hb=bf40ae88bc289fd765a33861cc4bc0853ed483ba;hp=605cd8b8542b2d376e054470a2fa058c944dbefc;hpb=012b1558b80a988901569412ca79d544ed30ff6a;p=sbcl.git diff --git a/src/runtime/hpux-os.c b/src/runtime/hpux-os.c index 605cd8b..7737762 100644 --- a/src/runtime/hpux-os.c +++ b/src/runtime/hpux-os.c @@ -30,7 +30,7 @@ size_t os_vm_page_size; void os_init(char *argv[], char *envp[]) { - os_vm_page_size = getpagesize(); + os_vm_page_size = BACKEND_PAGE_BYTES; } os_vm_address_t @@ -135,9 +135,9 @@ os_install_interrupt_handlers(void) } char * -os_get_runtime_executable_path() +os_get_runtime_executable_path(int external) { - return copied_string("NOPE"); + return NULL; } /* when inside call_into_lisp, we will first jump to the stub