1.0.37.54: more robust runtime executable path detection
[sbcl.git] / src / runtime / hpux-os.c
index 605cd8b..bff662f 100644 (file)
@@ -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