aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-12-15 13:41:18 +0200
committerEli Zaretskii2012-12-15 13:41:18 +0200
commit7be7da6c9f065bd2cc0f30f3675116536efefde4 (patch)
tree0daf79a03b362b701890fa1a399d2c9856cb2736 /src
parentb0a49335d491761a0143cb8f90d9f99d5b5923e0 (diff)
downloademacs-7be7da6c9f065bd2cc0f30f3675116536efefde4.tar.gz
emacs-7be7da6c9f065bd2cc0f30f3675116536efefde4.zip
w32proc.c (reap_subprocess): Fix commentary.
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c5
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. */
1094static void 1091static void
1095reap_subprocess (child_process *cp) 1092reap_subprocess (child_process *cp)
1096{ 1093{