]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
David Laight reports that sometimes reads on a serial port will
authorSimon Tatham <anakin@pobox.com>
Sat, 6 Nov 2010 17:22:38 +0000 (17:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 6 Nov 2010 17:22:38 +0000 (17:22 +0000)
commit0fc1f786779d00c3db3a0e9bb40bbf476b57af67
tree8885bc64c2cad07511b22e6f10a632ee1902024b
parent942ac83108ee48a7a4d091a3046391eceb42e8b6
David Laight reports that sometimes reads on a serial port will
attempt to block, and hence return EAGAIN/EWOULDBLOCK, in spite of
the port having been reported readable by select(2). Don't treat
those errors as fatal.

[originally from svn r9020]
unix/uxser.c