1.0.31.3: fix saving runtime options from executable cores
[sbcl.git] / src / runtime / os.h
index 7eb58f1..a471ab6 100644 (file)
@@ -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