comparison src/msdos.c @ 56729:e6e0caa7ec87

Rename wait_reading_process_input to wait_reading_process_output.
author Kim F. Storm <storm@cua.dk>
date Fri, 20 Aug 2004 10:34:12 +0000
parents b6377908f1d4
children 79225007cc58 22658e29bd48 d8411455de48
comparison
equal deleted inserted replaced
56728:1686b397ef16 56729:e6e0caa7ec87
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;