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/w32proc.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/w32proc.c')
| -rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index 8452337f7e2..9abee2bf0c2 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -1218,7 +1218,7 @@ count_children: | |||
| 1218 | { | 1218 | { |
| 1219 | DebPrint (("select.WaitForMultipleObjects (%d, %lu) failed with %lu\n", | 1219 | DebPrint (("select.WaitForMultipleObjects (%d, %lu) failed with %lu\n", |
| 1220 | nh + nc, timeout_ms, GetLastError ())); | 1220 | nh + nc, timeout_ms, GetLastError ())); |
| 1221 | /* don't return EBADF - this causes wait_reading_process_input to | 1221 | /* don't return EBADF - this causes wait_reading_process_output to |
| 1222 | abort; WAIT_FAILED is returned when single-stepping under | 1222 | abort; WAIT_FAILED is returned when single-stepping under |
| 1223 | Windows 95 after switching thread focus in debugger, and | 1223 | Windows 95 after switching thread focus in debugger, and |
| 1224 | possibly at other times. */ | 1224 | possibly at other times. */ |