emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/process.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/process.c [lexbind]
Date: Fri, 23 Jul 2004 00:51:02 -0400

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.373.2.10 emacs/src/process.c:1.373.2.11
*** emacs/src/process.c:1.373.2.10      Tue Jul  6 10:14:28 2004
--- emacs/src/process.c Fri Jul 23 04:42:23 2004
***************
*** 4190,4201 ****
          SELECT_TYPE Atemp, Ctemp;
  
          Atemp = input_wait_mask;
! #ifdef MAC_OSX
!           /* On Mac OS X, the SELECT system call always says input is
               present (for reading) at stdin, even when none is.  This
               causes the call to SELECT below to return 1 and
               status_notify not to be called.  As a result output of
!              subprocesses are incorrectly discarded.  */
            FD_CLR (0, &Atemp);
  #endif
          Ctemp = connect_wait_mask;
--- 4190,4202 ----
          SELECT_TYPE Atemp, Ctemp;
  
          Atemp = input_wait_mask;
! #if 0
!           /* On Mac OS X 10.0, the SELECT system call always says input is
               present (for reading) at stdin, even when none is.  This
               causes the call to SELECT below to return 1 and
               status_notify not to be called.  As a result output of
!              subprocesses are incorrectly discarded.  
!         */
            FD_CLR (0, &Atemp);
  #endif
          Ctemp = connect_wait_mask;




reply via email to

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