/[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.371 by jasonr, Sat May 4 14:55:19 2002 UTC revision 1.372 by lektu, Thu May 16 11:52:45 2002 UTC
# Line 3760  wait_reading_process_input (time_limit, Line 3760  wait_reading_process_input (time_limit,
3760  #ifdef MAC_OSX  #ifdef MAC_OSX
3761            /* On Mac OS X, the SELECT system call always says input is            /* On Mac OS X, the SELECT system call always says input is
3762               present (for reading) at stdin, even when none is.  This               present (for reading) at stdin, even when none is.  This
3763               causes the the call to SELECT below to return 1 and               causes the call to SELECT below to return 1 and
3764               status_notify not to be called.  As a result output of               status_notify not to be called.  As a result output of
3765               subprocesses are incorrectly discarded.  */               subprocesses are incorrectly discarded.  */
3766            FD_CLR (0, &Atemp);            FD_CLR (0, &Atemp);

Legend:
Removed from v.1.371  
changed lines
  Added in v.1.372

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