0.9.9.12:
[sbcl.git] / src / runtime / bsd-os.c
index 0bd5fc9..9b25e7b 100644 (file)
@@ -335,3 +335,11 @@ int arch_os_thread_cleanup(struct thread *thread) {
     return 1;                  /* success */
 }
 #endif
+
+#ifndef LISP_FEATURE_DARWIN   /* defined in ppc-darwin-os.c instead */
+char *
+os_get_runtime_executable_path()
+{
+    return NULL;
+}
+#endif