diff options
| author | Kim F. Storm | 2004-08-20 10:34:12 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-08-20 10:34:12 +0000 |
| commit | d64b707cb1e268b4c77a51f064d7e3fd95e3df85 (patch) | |
| tree | 074754ef3582d7eb255a228a184da4fe5a3fbb9d /src/msdos.c | |
| parent | 214d60691b6ecc0c3cf469f70ceab6709c773954 (diff) | |
| download | emacs-d64b707cb1e268b4c77a51f064d7e3fd95e3df85.tar.gz emacs-d64b707cb1e268b4c77a51f064d7e3fd95e3df85.zip | |
Rename wait_reading_process_input to wait_reading_process_output.
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c index 2653f0bf213..f2d1dc66a69 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -5102,7 +5102,7 @@ dos_yield_time_slice (void) | |||
| 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; |