Fix KILL to work when pthread_cancel() is not available.
commit8b4931cdd052884d709dd868d38a90534a27060b
authorBen Kibbey <bjk@luxsci.net>
Thu, 30 Jul 2015 01:14:36 +0000 (29 21:14 -0400)
committerBen Kibbey <bjk@luxsci.net>
Thu, 30 Jul 2015 01:22:11 +0000 (29 21:22 -0400)
tree3b477a4930024c7d22d12e32e549adc8c78ce830
parentdb85ca4e51abcd1615d5a907666ee0b3d85a5cbb
Fix KILL to work when pthread_cancel() is not available.

Closes the FD rather than doing nothing.
src/commands.c
src/pwmd.c