diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 2c3ad252a68..d056e1111bf 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1841,7 +1841,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) | |||
| 1841 | else | 1841 | else |
| 1842 | error("select error: %s", sys_errlist[xerrno]); | 1842 | error("select error: %s", sys_errlist[xerrno]); |
| 1843 | } | 1843 | } |
| 1844 | #ifdef sun | 1844 | #if defined(sun) && !defined(USG5_4) |
| 1845 | else if (nfds > 0 && FD_ISSET (0, &Available) && interrupt_input) | 1845 | else if (nfds > 0 && FD_ISSET (0, &Available) && interrupt_input) |
| 1846 | /* System sometimes fails to deliver SIGIO. */ | 1846 | /* System sometimes fails to deliver SIGIO. */ |
| 1847 | kill (getpid (), SIGIO); | 1847 | kill (getpid (), SIGIO); |