ChangeSet ID: 13900 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/09/22 23:48:25
Modified files: server : fd.c include : config.h.in . : configure.ac configure
Log message: Added support for epoll() as an alternative to poll() (based on the work of Shachar Shemesh and Mike McCormack).
Patch: http://cvs.winehq.org/patch.py?id=13900
Old revision New revision Changes Path 1.26 1.27 +118 -0 wine/server/fd.c 1.198 1.199 +6 -0 wine/include/config.h.in 1.311 1.312 +2 -0 wine/configure.ac 1.601 1.602 +4 -0 wine/configure