X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fbsd-os.c;h=9b25e7b2467d9151d6308171fed77e003c2eb970;hb=baa0eaf21221dc564088c37b228c620c298aeaa1;hp=0bd5fc9259b4a179ec5e201742bf93df3f2f7b5b;hpb=e9a993b24fefb6ca1f4a8c40a5063053a01090af;p=sbcl.git diff --git a/src/runtime/bsd-os.c b/src/runtime/bsd-os.c index 0bd5fc9..9b25e7b 100644 --- a/src/runtime/bsd-os.c +++ b/src/runtime/bsd-os.c @@ -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