aboutsummaryrefslogtreecommitdiff
path: root/include/poll.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add linux extension POLLRDHUP to poll.h•••the POLL prefix is in the reserved namespace for poll.h, so no feature test macro checks are needed. Rich Felker2012-12-261-0/+1
* fix typo introduced in poll.hRich Felker2012-09-091-1/+1
* add linux ppoll syscall wrapperRich Felker2012-09-091-0/+10
* fix wrong type for poll.h nfds_t•••this should not break anything since the type should never be used except as the argument type for poll. Rich Felker2012-09-011-1/+1
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+35