srfi-18: define all of the components of the *primordial-thread* thread object

This commit is contained in:
Yorick Hardy 2025-01-16 20:26:10 +02:00
parent 398f8e91d6
commit 7d32069e2a

View file

@ -98,7 +98,7 @@
(%get-thread-data))
(define *primordial-thread*
(vector 'cyc-thread-obj #f #f "main thread" #f #f))
(vector 'cyc-thread-obj #f #f "main thread" #f #f #f #f))
(define-c %current-thread
"(void *data, int argc, closure _, object k)"