src/jobclient.c: Cope if the jobserver pipe is set nonblocking.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 19 Apr 2020 17:47:31 +0000 (18:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 19 Apr 2020 17:51:18 +0000 (18:51 +0100)
commit4ff3ebbb8005414d72b2abd884f641c60917b725
tree371ed4208a30c026e98f15e32a1e0b4f2ca0b66a
parenta323afdf371df04b036f18fee47b912ce42ce200
src/jobclient.c: Cope if the jobserver pipe is set nonblocking.

The GNU Make manual says this doesn't happen, but the source code and
actual behaviour say differently.
src/jobclient.c