Re: overlapped ReadFile should ignore EAGAIN
Dec. 19, 2001
6:21 p.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
8910
Age (days ago)
8910
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard