diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/powertop.c | 2 |
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) | |||
109 | static void sig_handler(int signo UNUSED_PARAM) | 109 | static 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 | ||