aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procps/top.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c
index 4f37878de..f9106fac7 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -649,8 +649,9 @@ static void reset_term(void)
649static void sig_catcher(int sig UNUSED_PARAM) 649static void sig_catcher(int sig UNUSED_PARAM)
650{ 650{
651 reset_term(); 651 reset_term();
652 exit(EXIT_FAILURE); 652 _exit(EXIT_FAILURE);
653} 653}
654
654#endif /* FEATURE_USE_TERMIOS */ 655#endif /* FEATURE_USE_TERMIOS */
655 656
656/* 657/*