chiark / gitweb /
Fix check for signal in set (#5416)
authorstuart-mclaren <stuart.mclaren@hp.com>
Tue, 21 Feb 2017 20:39:52 +0000 (20:39 +0000)
committerSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 15:58:36 +0000 (17:58 +0200)
IN_SET(SIGCONT, SIGKILL) will always evaluate to false.
The signal needs to be included as the first argument.

Fixup for 26f417d3e8dd2522adfdc4c8fed4c36fa40f48fc.


No differences found