Use fork-thread in fork/thread.

This commit is contained in:
mainzelm 2001-12-07 09:59:48 +00:00
parent 2fa5e3f693
commit a1f17bb13d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;Thread nomenclature for scsh.
(define fork/thread (structure-ref threads spawn))
(define fork/thread (structure-ref thread-fluids fork-thread))
(define fork/process (structure-ref scsh-level-0 fork))