X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fpthread-futex.c;h=8a3da46704cfc8c69fe6a166135af3cb94cd7612;hb=8e9908b6f79b7bb52a281cfcbf0712d4b914f3cf;hp=902b4d81cf4ee6a103a97beff851ce432556519c;hpb=4efb45cc0b0b9c3109d7cfd72f3f35de2ca4727e;p=sbcl.git diff --git a/src/runtime/pthread-futex.c b/src/runtime/pthread-futex.c index 902b4d8..8a3da46 100644 --- a/src/runtime/pthread-futex.c +++ b/src/runtime/pthread-futex.c @@ -174,7 +174,7 @@ futex_cleanup(void *p) { struct futex *futex = (struct futex *)p; int ret, count; - + ret = pthread_mutex_lock(&futex_lock); futex_assert(ret == 0);