mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Avoid C compiler warning
This commit is contained in:
parent
dcf51c86a6
commit
8f9698b1fc
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
|
||||
(define (thread-yield!) (thread-sleep! 1))
|
||||
(define-c thread-terminate!
|
||||
"(void *data, int argc, closure _, object k)"
|
||||
"(void *data, object _, int argc, object *args)"
|
||||
" Cyc_end_thread(data); ")
|
||||
|
||||
;; TODO: not good enough, need to return value from thread
|
||||
|
|
Loading…
Add table
Reference in a new issue