X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fos.h;h=a471ab6594679e0eca19b12eb85b19ede78847d1;hb=704fd58ea0d87f6cbc6d6689698381a6654c6d7c;hp=7eb58f19c9855e007520d477e0e51b4d31bdc2a5;hpb=854a7c8f6987e05b6aebe186f30b7e125693afaf;p=sbcl.git diff --git a/src/runtime/os.h b/src/runtime/os.h index 7eb58f1..a471ab6 100644 --- a/src/runtime/os.h +++ b/src/runtime/os.h @@ -175,6 +175,6 @@ int os_get_errno(void); /* Return an absolute path to the runtime executable, or NULL if this * information is unavailable. If a non-null pathname is returned, it * must be 'free'd. */ -extern char *os_get_runtime_executable_path(); +extern char *os_get_runtime_executable_path(void); #endif