mirror of https://git.musl-libc.org/git/musl
Browse Source
due to accidental use of = instead of ==, the error code was always set to zero in the signaled wake case for non-shared cv waits. suppressing ETIMEDOUT (the only possible wait error) is harmless and actually permitted in this case, but suppressing mutex errors could give the caller false information about the state of the mutex. commitmaster8741ffe625introduced this regression and commitd9da1fb8c5preserved it when reorganizing the code.
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue