]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Jun 1996 19:50:32 +0000 (19:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Jun 1996 19:50:32 +0000 (19:50 +0000)
src/process.c

index 3c8d426b814c9d52d8195504489f716cf804185a..ffaa0598f9b115f239cce401d37b332c3afd2c18 100644 (file)
@@ -2331,6 +2331,8 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
              else if (nread == -1 && errno == EWOULDBLOCK)
                ;
 #endif
+             /* ISC 4.1 defines both EWOULDBLOCK and O_NONBLOCK,
+                and Emacs uses O_NONBLOCK, so what we get is EAGAIN.  */
 #ifdef O_NONBLOCK
              else if (nread == -1 && errno == EAGAIN)
                ;