aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 914721e4894..96b940a8309 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -3298,7 +3298,7 @@ init_keyboard ()
3298/* Note SIGIO has been undef'd if FIONREAD is missing. */ 3298/* Note SIGIO has been undef'd if FIONREAD is missing. */
3299#ifdef SIGIO 3299#ifdef SIGIO
3300 signal (SIGIO, input_available_signal); 3300 signal (SIGIO, input_available_signal);
3301#endif SIGIO 3301#endif /* SIGIO */
3302 } 3302 }
3303 3303
3304/* Use interrupt input by default, if it works and noninterrupt input 3304/* Use interrupt input by default, if it works and noninterrupt input