mirror of https://git.musl-libc.org/git/musl
Browse Source
we already checked before making the syscall, but it's possible that a signal handler interrupted the blocking syscall and disabled cancellation, and that this is the cause of EINTR. in this case, the old behavior was testably wrong.rs-1.0
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue