http://bugs.winehq.org/show_bug.cgi?id=9425
Ruediger Meier sweet_f_a@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #25 from Ruediger Meier sweet_f_a@gmx.de 2012-02-07 17:44:52 CST --- Does anybody still remember why exactly we've applied 0082973d "Convert WS_select to use poll() instead of select()".
I mean the whole patch is difficult to read and POSIX select behaves very similar to Windows. The writefds -> exceptfds move would be much easier to do.
Replacing select by poll without _any_ behavior change is even a challenge without emulating another system.