diff options
| author | Joakim Verona | 2012-12-15 12:47:21 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-15 12:47:21 +0100 |
| commit | 6587f5a6f8b99e43a91aac72efee807c49042d94 (patch) | |
| tree | 3311d88bf3834df11c345b2837c0c324fd8ef4bb /src | |
| parent | d3fa031d73e643debab6e26e40e7236378ef67dc (diff) | |
| parent | 7be7da6c9f065bd2cc0f30f3675116536efefde4 (diff) | |
| download | emacs-6587f5a6f8b99e43a91aac72efee807c49042d94.tar.gz emacs-6587f5a6f8b99e43a91aac72efee807c49042d94.zip | |
auto upstream
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 | { |