mirror of https://git.musl-libc.org/git/musl
Browse Source
futex returns EINVAL, not ENOSYS, when op is not supported. unfortunately this looks just like EINVAL from other causes, and we end up running the fallback code and getting EINVAL again. fortunately this case should be rare since correct code should not generate EINVAL anyway.rs-1.0
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue