mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
srfi-18: define all of the components of the *primordial-thread* thread object
This commit is contained in:
parent
398f8e91d6
commit
7d32069e2a
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue