diff options
Diffstat (limited to 'console-tools/resize.c')
-rw-r--r-- | console-tools/resize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/resize.c b/console-tools/resize.c index 12e50a116..fdfe2a6a0 100644 --- a/console-tools/resize.c +++ b/console-tools/resize.c | |||
@@ -17,7 +17,7 @@ static void | |||
17 | onintr(int sig UNUSED_PARAM) | 17 | onintr(int sig UNUSED_PARAM) |
18 | { | 18 | { |
19 | tcsetattr(STDERR_FILENO, TCSANOW, old_termios_p); | 19 | tcsetattr(STDERR_FILENO, TCSANOW, old_termios_p); |
20 | exit(EXIT_FAILURE); | 20 | _exit(EXIT_FAILURE); |
21 | } | 21 | } |
22 | 22 | ||
23 | int resize_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 23 | int resize_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |