aboutsummaryrefslogtreecommitdiff
path: root/console-tools/showkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/showkey.c')
-rw-r--r--console-tools/showkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/showkey.c b/console-tools/showkey.c
index 4d7a9b9e5..84eb38a0a 100644
--- a/console-tools/showkey.c
+++ b/console-tools/showkey.c
@@ -106,7 +106,7 @@ int showkey_main(int argc UNUSED_PARAM, char **argv)
106 xioctl(STDIN_FILENO, KDSKBMODE, (void *)(ptrdiff_t)((option_mask32 & OPT_k) ? K_MEDIUMRAW : K_RAW)); 106 xioctl(STDIN_FILENO, KDSKBMODE, (void *)(ptrdiff_t)((option_mask32 & OPT_k) ? K_MEDIUMRAW : K_RAW));
107 107
108 // we should exit on any signal; signals should interrupt read 108 // we should exit on any signal; signals should interrupt read
109 bb_signals_recursive_norestart(BB_FATAL_SIGS, record_signo); 109 bb_signals_norestart(BB_FATAL_SIGS, record_signo);
110 110
111 // inform user that program ends after time of inactivity 111 // inform user that program ends after time of inactivity
112 printf(press_keys, "10s after last keypress"); 112 printf(press_keys, "10s after last keypress");