Mercurial > emacs
diff src/w32proc.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 | 97c2d7314ac2 |
| children | ba5fe07b9394 d8411455de48 |
line wrap: on
line diff
--- a/src/w32proc.c Fri Aug 20 10:33:25 2004 +0000 +++ b/src/w32proc.c Fri Aug 20 10:34:12 2004 +0000 @@ -1218,7 +1218,7 @@ { DebPrint (("select.WaitForMultipleObjects (%d, %lu) failed with %lu\n", nh + nc, timeout_ms, GetLastError ())); - /* don't return EBADF - this causes wait_reading_process_input to + /* don't return EBADF - this causes wait_reading_process_output to abort; WAIT_FAILED is returned when single-stepping under Windows 95 after switching thread focus in debugger, and possibly at other times. */
