summaryrefslogtreecommitdiff
path: root/ps
diff options
context:
space:
mode:
Diffstat (limited to 'ps')
-rw-r--r--ps/display.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ps/display.c b/ps/display.c
index 5cfee84..a7eee15 100644
--- a/ps/display.c
+++ b/ps/display.c
@@ -62,6 +62,7 @@ static void signal_handler(int signo){
error_at_line(0, 0, __FILE__, __LINE__, "%s", _("please report this bug"));
signal(signo, SIG_DFL); /* allow core file creation */
kill(getpid(), signo);
+ _exit(EXIT_FAILURE);
}
}