aboutsummaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
Diffstat (limited to 'procps')
-rw-r--r--procps/powertop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/powertop.c b/procps/powertop.c
index 18ddaa3ec..8d5d9295d 100644
--- a/procps/powertop.c
+++ b/procps/powertop.c
@@ -109,7 +109,7 @@ static void reset_term(void)
109static void sig_handler(int signo UNUSED_PARAM) 109static void sig_handler(int signo UNUSED_PARAM)
110{ 110{
111 reset_term(); 111 reset_term();
112 _exit(EXIT_FAILURE); 112 _exit_FAILURE();
113} 113}
114#endif 114#endif
115 115