summaryrefslogtreecommitdiff
path: root/poll/unix/select.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-141-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@190596 13f79535-47bb-0310-9956-ffa450edef68
* Things get wonky on win32 with includes, because the includedwrowe2004-11-211-0/+6
| | | | | | | | library was in arch/unix/ msvc attempted to include the sub-includes from that same path instead of from arch/win32/ which occured earlier in the -I path list. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@106076 13f79535-47bb-0310-9956-ffa450edef68
* This commit may break the win32 or netware builds because of the added files.pquerna2004-11-201-0/+392
Added the APR_POLLSET_THREADSAFE flag for apr_pollset_create(). The flag is only supported by the KQueue or EPoll backends at this time. All others should return ENOTIMPL. Split poll/unix/poll.c into one file for each backend to better maintain them. Tested On: FreeBSD 5.2.1, Linux 2.6 and OS X 10.3.6. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@105905 13f79535-47bb-0310-9956-ffa450edef68