diff options
Diffstat (limited to 'util-linux/more.c')
-rw-r--r-- | util-linux/more.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/more.c b/util-linux/more.c index 84ce37bc7..0be8e0b9b 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
15 | */ | 15 | */ |
16 | //config:config MORE | 16 | //config:config MORE |
17 | //config: bool "more (7 kb)" | 17 | //config: bool "more (7.2 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: more is a simple utility which allows you to read text one screen | 20 | //config: more is a simple utility which allows you to read text one screen |
@@ -69,7 +69,7 @@ static void gotsig(int sig UNUSED_PARAM) | |||
69 | * therefore it is safe in signal handler */ | 69 | * therefore it is safe in signal handler */ |
70 | bb_putchar_stderr('\n'); | 70 | bb_putchar_stderr('\n'); |
71 | tcsetattr_tty_TCSANOW(&G.initial_settings); | 71 | tcsetattr_tty_TCSANOW(&G.initial_settings); |
72 | _exit(EXIT_FAILURE); | 72 | _exit_FAILURE(); |
73 | } | 73 | } |
74 | #endif | 74 | #endif |
75 | 75 | ||