emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111239: w32proc.c (reap_subprocess):


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111239: w32proc.c (reap_subprocess): Fix commentary.
Date: Sat, 15 Dec 2012 13:41:18 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111239
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-12-15 13:41:18 +0200
message:
  w32proc.c (reap_subprocess): Fix commentary.
modified:
  src/w32proc.c
=== modified file 'src/w32proc.c'
--- a/src/w32proc.c     2012-12-15 11:04:14 +0000
+++ b/src/w32proc.c     2012-12-15 11:41:18 +0000
@@ -1087,10 +1087,7 @@
   fd_info[fd].cp = cp;
 }
 
-/* When a process dies its pipe will break so the reader thread will
-   signal failure to the select emulator.
-   The select emulator then calls this routine to clean up.
-   Since the thread signaled failure we can assume it is exiting.  */
+/* Called from waitpid when a process exits.  */
 static void
 reap_subprocess (child_process *cp)
 {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]