The `fd` is marked `O_NONBLOCK`, so `write` will never spuriously return `EINTR`. Therefore, `write` failing is permanent, and we can return 0 to make the return value meaningful.master
parent
8aa38fe73e
commit
40b2e7669a
Loading…
Reference in new issue