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 2c9ca3d9149..226e818fe7c 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3760,7 +3760,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) | |||
| 3760 | #ifdef MAC_OSX | 3760 | #ifdef MAC_OSX |
| 3761 | /* On Mac OS X, the SELECT system call always says input is | 3761 | /* On Mac OS X, the SELECT system call always says input is |
| 3762 | present (for reading) at stdin, even when none is. This | 3762 | present (for reading) at stdin, even when none is. This |
| 3763 | causes the the call to SELECT below to return 1 and | 3763 | causes the call to SELECT below to return 1 and |
| 3764 | status_notify not to be called. As a result output of | 3764 | status_notify not to be called. As a result output of |
| 3765 | subprocesses are incorrectly discarded. */ | 3765 | subprocesses are incorrectly discarded. */ |
| 3766 | FD_CLR (0, &Atemp); | 3766 | FD_CLR (0, &Atemp); |