[Bug 10056] False error on serial port read

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 16 09:27:02 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=10056





--- Comment #1 from Alexandre Julliard <julliard at winehq.org>  2007-10-16 09:27:02 ---
The right way would be to have read() return EAGAIN in that case, so that we
can do the async I/O or timeout handling manually. You could try to set VMIN to
1 and VTIME to 0, though I'm not sure this would do the right thing on all
platforms.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list