aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 9ff19d61d41..d55a726827e 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -7196,6 +7196,7 @@ handle_async_input (void)
7196#endif 7196#endif
7197} 7197}
7198 7198
7199#ifdef SYNC_INPUT
7199void 7200void
7200process_pending_signals (void) 7201process_pending_signals (void)
7201{ 7202{
@@ -7203,6 +7204,7 @@ process_pending_signals (void)
7203 handle_async_input (); 7204 handle_async_input ();
7204 do_pending_atimers (); 7205 do_pending_atimers ();
7205} 7206}
7207#endif
7206 7208
7207#ifdef SIGIO /* for entire page */ 7209#ifdef SIGIO /* for entire page */
7208/* Note SIGIO has been undef'd if FIONREAD is missing. */ 7210/* Note SIGIO has been undef'd if FIONREAD is missing. */