Fix compiler error

This commit is contained in:
Justin Ethier 2019-12-23 19:15:56 -05:00
parent e96ed6266a
commit 59bb0b4f41

View file

@ -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);