Extend use of the linkage table to static symbols
[sbcl.git] / src / runtime / runtime.h
index e3ff2d7..e201bf1 100644 (file)
@@ -131,6 +131,7 @@ extern struct dyndebug_config {
     int dyndebug_backtrace_when_lost;
     int dyndebug_sleep_when_lost;
     int dyndebug_io;
+    int dyndebug_runtime_link;
 } dyndebug_config;
 
 #ifdef LISP_FEATURE_GENCGC
@@ -359,4 +360,6 @@ extern char *copied_string (char *string);
 # define GENCGC_IS_PRECISE 1
 #endif
 
+void *os_dlsym_default(char *name);
+
 #endif /* _SBCL_RUNTIME_H_ */