sel/sig.c: Use `DISCARD' to ignore errors from the signal-pipe `write'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 5 Jul 2017 20:10:06 +0000 (21:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 08:48:25 +0000 (09:48 +0100)
commitb05d98573ee8cd415fdb77709971960665b3e431
tree62283fe1fe6789ce1e87312735efef6f84e03eac
parent76809a6419fbe44da0f3e2a7fd7efaa3f733e6f7
sel/sig.c: Use `DISCARD' to ignore errors from the signal-pipe `write'.

Annoyingly, Clang complains about the empty consequent being on one line
otherwise.  Still, this is what `DISCARD' was made for.
sel/sig.c