1.0.23.49: Eliminate FCN as function moniker.
[sbcl.git] / src / compiler / generic / parms.lisp
index f1d56dc..c134c87 100644 (file)
@@ -52,6 +52,7 @@
     ;; interrupt handling
     *alloc-signal*
     *free-interrupt-context-index*
+    sb!unix::*allow-with-interrupts*
     sb!unix::*interrupts-enabled*
     sb!unix::*interrupt-pending*
     *gc-inhibit*
@@ -70,3 +71,7 @@
     :value
     :key-and-value
     :key-or-value))
+
+;;; Number of entries in the thread local storage. Limits the number
+;;; of symbols with thread local bindings.
+(def!constant tls-size 4096)