diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index dd8d6eb856a..3bdd9995340 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -1087,10 +1087,7 @@ register_child (int pid, int fd) | |||
| 1087 | fd_info[fd].cp = cp; | 1087 | fd_info[fd].cp = cp; |
| 1088 | } | 1088 | } |
| 1089 | 1089 | ||
| 1090 | /* When a process dies its pipe will break so the reader thread will | 1090 | /* Called from waitpid when a process exits. */ |
| 1091 | signal failure to the select emulator. | ||
| 1092 | The select emulator then calls this routine to clean up. | ||
| 1093 | Since the thread signaled failure we can assume it is exiting. */ | ||
| 1094 | static void | 1091 | static void |
| 1095 | reap_subprocess (child_process *cp) | 1092 | reap_subprocess (child_process *cp) |
| 1096 | { | 1093 | { |