0.8.17.7:
[sbcl.git] / src / code / target-unithread.lisp
index 4fc86d5..886ed82 100644 (file)
@@ -37,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))