comparison src/msdos.c @ 83196:22658e29bd48

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-501 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-502 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-503 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-504 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-505 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-236
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 23 Aug 2004 10:12:04 +0000
parents 243c49e23626 e6e0caa7ec87
children 6d9b668e8f94
comparison
equal deleted inserted replaced
83195:1199c806ed07 83196:22658e29bd48
5100 errno = ENOSYS; 5100 errno = ENOSYS;
5101 } 5101 }
5102 5102
5103 /* Only event queue is checked. */ 5103 /* Only event queue is checked. */
5104 /* We don't have to call timer_check here 5104 /* We don't have to call timer_check here
5105 because wait_reading_process_input takes care of that. */ 5105 because wait_reading_process_output takes care of that. */
5106 int 5106 int
5107 sys_select (nfds, rfds, wfds, efds, timeout) 5107 sys_select (nfds, rfds, wfds, efds, timeout)
5108 int nfds; 5108 int nfds;
5109 SELECT_TYPE *rfds, *wfds, *efds; 5109 SELECT_TYPE *rfds, *wfds, *efds;
5110 EMACS_TIME *timeout; 5110 EMACS_TIME *timeout;