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 82b8829ba8c..bd128311033 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -6054,7 +6054,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd, | |||
| 6054 | process gone just because its pipe is closed. */ | 6054 | process gone just because its pipe is closed. */ |
| 6055 | else if (nread == 0 && !NETCONN_P (proc) && !SERIALCONN_P (proc) | 6055 | else if (nread == 0 && !NETCONN_P (proc) && !SERIALCONN_P (proc) |
| 6056 | && !PIPECONN_P (proc)) | 6056 | && !PIPECONN_P (proc)) |
| 6057 | ; | 6057 | delete_read_fd (channel); |
| 6058 | else if (nread == 0 && PIPECONN_P (proc)) | 6058 | else if (nread == 0 && PIPECONN_P (proc)) |
| 6059 | { | 6059 | { |
| 6060 | /* Preserve status of processes already terminated. */ | 6060 | /* Preserve status of processes already terminated. */ |