overlapped ReadFile should ignore EAGAIN

Alexandre Julliard julliard at winehq.com
Wed Dec 19 18:21:13 CST 2001


Mike McCormack  <mike_mccormack at start.com.au> writes:

> This is a fix for the problem below. Since all COM port fds are
> non-blocking, if we get an error (EAGAIN) return from the initial
> read, we should just ignore it and let the wineserver poll on it.

Shouldn't you check for EAGAIN then?  It doesn't seem safe to ignore
all errors.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list