]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 29 Mar 2007 21:24:20 +0000 (21:24 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 29 Mar 2007 21:24:20 +0000 (21:24 +0000)
src/ChangeLog

index f2dda067c62fdd70cc6d622f429637cb9c9f0913..1f374999b5fcf88d5aaa1101814a7643569f1ea9 100644 (file)
@@ -1,3 +1,10 @@
+2007-03-29  Kim F. Storm  <storm@cua.dk>
+
+       * process.c (wait_reading_process_output) [HAVE_PTYS]:
+       When EIO happens, clear channel from descriptor masks before raising
+       SIGCHLD signal to avoid busy loop between read and sigchld_handler.
+       (sigchld_handler): Remove sleep (2007-03-11 & 2007-03-26 changes).
+
 2007-03-29  Juanma Barranquero  <lekktu@gmail.com>
 
        * buffer.c (Fset_buffer_major_mode): Check that BUFFER is valid.