mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Fix compiler error
This commit is contained in:
parent
e96ed6266a
commit
59bb0b4f41
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
|||
Cyc_check_mutex(data, obj);
|
||||
Cyc_check_num(data, timeout);
|
||||
#ifdef __APPLE__
|
||||
int result = pthread_mutex_lock(&(m->lock);
|
||||
int result = pthread_mutex_lock(&(m->lock));
|
||||
#else
|
||||
value = unbox_number(timeout);
|
||||
set_thread_blocked(data, k);
|
||||
|
|
Loading…
Add table
Reference in a new issue