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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Thu, 16 May 2002 07:52:45 -0400

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.371 emacs/src/process.c:1.372
*** emacs/src/process.c:1.371   Sat May  4 10:55:19 2002
--- emacs/src/process.c Thu May 16 07:52:45 2002
***************
*** 3760,3766 ****
  #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 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);
--- 3760,3766 ----
  #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);



reply via email to

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