mirror of https://git.musl-libc.org/git/musl
Browse Source
problem 1: mutex type from the attribute was being ignored by pthread_mutex_init, so recursive/errorchecking mutexes were never being used at all. problem 2: ownership of recursive mutexes was not being enforced at unlock time.rs-1.0
4 changed files with 19 additions and 25 deletions
Loading…
Reference in new issue