Re: overlapped ReadFile should ignore EAGAIN
Dec. 20, 2001
12:21 a.m.
Mike McCormack <mike_mccormack(a)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(a)winehq.com
8955
Age (days ago)
8955
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard