Mercurial > emacs
diff src/process.c @ 83180:e657dca8261e
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-461
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-462
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-220
| author | Karoly Lorentey <lorentey@elte.hu> |
|---|---|
| date | Thu, 22 Jul 2004 22:01:29 +0000 |
| parents | 38500c0c86ab 59a86f6ee1fb |
| children | 09f3fd9f680d |
line wrap: on
line diff
--- a/src/process.c Sun Jul 18 21:49:24 2004 +0000 +++ b/src/process.c Thu Jul 22 22:01:29 2004 +0000 @@ -4190,12 +4190,13 @@ SELECT_TYPE Atemp, Ctemp; Atemp = input_wait_mask; -#ifdef MAC_OSX - /* On Mac OS X, the SELECT system call always says input is +#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. */ + subprocesses are incorrectly discarded. + */ FD_CLR (0, &Atemp); #endif Ctemp = connect_wait_mask;
