kill: fix signal number to name lookup on AIX
commit900b5621e685df7ffd001fc64bc9d44b06b13900
authorPádraig Brady <P@draigBrady.com>
Sun, 23 Jul 2017 10:25:32 +0000 (23 03:25 -0700)
committerPádraig Brady <P@draigBrady.com>
Mon, 14 Aug 2017 04:33:01 +0000 (13 21:33 -0700)
tree506a03b3487f06df4e7e72d2e392bef303576f55
parent45d1957ce8b568dac565d68c9574d4fa99a85b73
kill: fix signal number to name lookup on AIX

* src/operand2sig.c (operand2sig): AIX uses a different bit pattern
in the returned status from the wait() functions and from shells.
Therefore hardcode the selection of the lower bits of the number.
* NEWS: Mention the fix.
NEWS
src/operand2sig.c