summaryrefslogtreecommitdiff
path: root/include/poll.h
AgeCommit message (Collapse)AuthorFilesLines
2012-12-26add linux extension POLLRDHUP to poll.hRich Felker1-0/+1
the POLL prefix is in the reserved namespace for poll.h, so no feature test macro checks are needed.
2012-09-09fix typo introduced in poll.hRich Felker1-1/+1
2012-09-09add linux ppoll syscall wrapperRich Felker1-0/+10
2012-09-01fix wrong type for poll.h nfds_tRich Felker1-1/+1
this should not break anything since the type should never be used except as the argument type for poll.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+35