CVSROOT: /cvs/src
Module name: src
Branch: cr-0x5f1
Changes by: [EMAIL PROTECTED] 2007-12-13 17:19:46
Modified files:
winsup/cygwin : ChangeLog poll.cc
winsup/cygwin/include/sys: poll.h
Log message:
* poll.cc (poll): Return count of fds with events instead of total
event count.
* poll.cc (poll): Use POSIX type nfds_t for second parameter.
* include/sys/poll.h: Declare nfds_t. Use as type for second parameter
in poll(2) declaration.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.3582.2.43&r2=1.3582.2.44
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/poll.cc.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.45&r2=1.45.8.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/poll.h.diff?cvsroot=src&only_with_tag=cr-0x5f1&r1=1.3&r2=1.3.26.1