diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index d96879a453f..4a5eb493b58 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -607,7 +607,7 @@ int flow_control; | |||
| 607 | 607 | ||
| 608 | /* We are unable to use interrupts if FIONREAD is not available, | 608 | /* We are unable to use interrupts if FIONREAD is not available, |
| 609 | so flush SIGIO so we won't try. */ | 609 | so flush SIGIO so we won't try. */ |
| 610 | #if !defined (FIONREAD) || defined(HAVE_CARBON) | 610 | #if !defined (FIONREAD) |
| 611 | #ifdef SIGIO | 611 | #ifdef SIGIO |
| 612 | #undef SIGIO | 612 | #undef SIGIO |
| 613 | #endif | 613 | #endif |