aboutsummaryrefslogtreecommitdiff
path: root/procps/powertop.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/powertop.c')
-rw-r--r--procps/powertop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/procps/powertop.c b/procps/powertop.c
index 18ddaa3ec..147b7a3ef 100644
--- a/procps/powertop.c
+++ b/procps/powertop.c
@@ -9,7 +9,7 @@
9 * Licensed under GPLv2, see file LICENSE in this source tree. 9 * Licensed under GPLv2, see file LICENSE in this source tree.
10 */ 10 */
11//config:config POWERTOP 11//config:config POWERTOP
12//config: bool "powertop (9.6 kb)" 12//config: bool "powertop (9.9 kb)"
13//config: default y 13//config: default y
14//config: help 14//config: help
15//config: Analyze power consumption on Intel-based laptops 15//config: Analyze power consumption on Intel-based laptops
@@ -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