mirror of
https://github.com/fluencelabs/musl
synced 2025-06-25 12:42:02 +00:00
fix pshared barrier wrong return value.
i set the return value but then never used it... oops!
This commit is contained in:
@ -54,7 +54,7 @@ static int pshared_barrier_wait(pthread_barrier_t *b)
|
||||
|
||||
__vm_unlock();
|
||||
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
struct instance
|
||||
|
Reference in New Issue
Block a user