X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fosf1-os.c;h=f2a40b7a126ccb91c16e1df5cfb701cefa5516a7;hb=baa0eaf21221dc564088c37b228c620c298aeaa1;hp=1a2ffacde6303100d74c87ce81ec6b18d770550b;hpb=e9a993b24fefb6ca1f4a8c40a5063053a01090af;p=sbcl.git diff --git a/src/runtime/osf1-os.c b/src/runtime/osf1-os.c index 1a2ffac..f2a40b7 100644 --- a/src/runtime/osf1-os.c +++ b/src/runtime/osf1-os.c @@ -147,3 +147,8 @@ os_install_interrupt_handlers(void) sigsegv_handler); } +char * +os_get_runtime_executable_path() +{ + return NULL; +}