0.8.17.7:
[sbcl.git] / src / code / target-unithread.lisp
index 0eddbbb..886ed82 100644 (file)
@@ -22,6 +22,8 @@
   (sb!sys:sap-ref-32 (alien-sap (extern-alien "all_threads" (* t))) 
               (* sb!vm::thread-pid-slot 4)))
 
+(defun reap-dead-threads ())
+
 ;;;; queues, locks 
 
 ;; spinlocks use 0 as "free" value: higher-level locks use NIL
@@ -35,7 +37,7 @@
 ;;;; the higher-level locking operations are based on waitqueues
 
 (defstruct waitqueue
-  (name nil :type (or null simple-base-string))
+  (name nil :type (or null simple-string))
   (lock 0)
   (data nil))