diff options
| author | Eli Zaretskii | 2012-12-15 13:41:18 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-15 13:41:18 +0200 |
| commit | 7be7da6c9f065bd2cc0f30f3675116536efefde4 (patch) | |
| tree | 0daf79a03b362b701890fa1a399d2c9856cb2736 /src | |
| parent | b0a49335d491761a0143cb8f90d9f99d5b5923e0 (diff) | |
| download | emacs-7be7da6c9f065bd2cc0f30f3675116536efefde4.tar.gz emacs-7be7da6c9f065bd2cc0f30f3675116536efefde4.zip | |
w32proc.c (reap_subprocess): Fix commentary.
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 | { |