X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-os.c;h=e25527a4a19db231d9201809c2c36a6fc7875fbc;hb=621e3867fc3066a0d403f2f9ecbea058a420cc3a;hp=9b2e3cf4acfce912949ce50d8a1910b71b003e44;hpb=a71bcb05283105c853b29f77c31d6e9ca869df7d;p=sbcl.git diff --git a/src/runtime/linux-os.c b/src/runtime/linux-os.c index 9b2e3cf..e25527a 100644 --- a/src/runtime/linux-os.c +++ b/src/runtime/linux-os.c @@ -450,7 +450,7 @@ os_install_interrupt_handlers(void) } char * -os_get_runtime_executable_path() +os_get_runtime_executable_path(int external) { char path[PATH_MAX + 1]; int size;