1
0
Fork 0
mirror of git://git.musl-libc.org/musl synced 2025-03-06 20:48:29 +01:00

fix pshared barrier wrong return value.

i set the return value but then never used it... oops!
This commit is contained in:
Rich Felker 2011-09-27 17:03:44 -04:00
parent 5e9e78ecd7
commit d8dc1df1c2

View file

@ -54,7 +54,7 @@ static int pshared_barrier_wait(pthread_barrier_t *b)
__vm_unlock();
return 0;
return ret;
}
struct instance