/[emacs]/emacs/src/process.c
ViewVC logotype

Diff of /emacs/src/process.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.432 by rms, Sun Jun 13 22:37:07 2004 UTC revision 1.433 by tamm, Mon Jul 19 04:42:43 2004 UTC
# Line 4190  wait_reading_process_input (time_limit, Line 4190  wait_reading_process_input (time_limit,
4190            SELECT_TYPE Atemp, Ctemp;            SELECT_TYPE Atemp, Ctemp;
4191    
4192            Atemp = input_wait_mask;            Atemp = input_wait_mask;
4193  #ifdef MAC_OSX  #if 0
4194            /* On Mac OS X, the SELECT system call always says input is            /* On Mac OS X 10.0, the SELECT system call always says input is
4195               present (for reading) at stdin, even when none is.  This               present (for reading) at stdin, even when none is.  This
4196               causes the call to SELECT below to return 1 and               causes the call to SELECT below to return 1 and
4197               status_notify not to be called.  As a result output of               status_notify not to be called.  As a result output of
4198               subprocesses are incorrectly discarded.  */               subprocesses are incorrectly discarded.  
4199              */
4200            FD_CLR (0, &Atemp);            FD_CLR (0, &Atemp);
4201  #endif  #endif
4202            Ctemp = connect_wait_mask;            Ctemp = connect_wait_mask;

Legend:
Removed from v.1.432  
changed lines
  Added in v.1.433

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26