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 18ddaa3..8d5d929 100644 --- a/procps/powertop.c +++ b/procps/powertop.c @@ -109,7 +109,7 @@ static void reset_term(void) static void sig_handler(int signo UNUSED_PARAM) { reset_term(); - _exit(EXIT_FAILURE); + _exit_FAILURE(); } #endif |