mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
Comment change.
This commit is contained in:
parent
0b75e9a419
commit
89d7280dcf
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue