]> granicus.if.org Git - procps-ng/commit
top: let's not pretend top can catch SIGKILL & SIGSTOP
authorJim Warner <james.warner@comcast.net>
Tue, 24 Jun 2014 05:00:00 +0000 (00:00 -0500)
committerJaromir Capik <jcapik@redhat.com>
Wed, 25 Jun 2014 11:58:30 +0000 (13:58 +0200)
commitcec19765115e9c65c52412c16d03f8d515506d7e
tree08f72a6783711a6e007b8bb385198c7bc193bad3
parent62dcbe31883351ff12c5e04e7787248a8c0e8027
top: let's not pretend top can catch SIGKILL & SIGSTOP

While there was no harm done setting a handler for the
above two signals, they are in fact uncatchable. Thus,
whenever we ran with valgrind we're politely reminded.

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c