summaryrefslogtreecommitdiff
path: root/include/poll.h
AgeCommit message (Collapse)AuthorLines
2015-03-30fix preprocessor error introduced in poll.h in last commitRich Felker-1/+1
(cherry picked from commit 91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f)
2015-03-30fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn-0/+6
these macros have the same distinct definition on blackfin, frv, m68k, mips, sparc and xtensa kernels. POLLMSG and POLLRDHUP additionally differ on sparc. (cherry picked from commit f5011c62c3329f15652a60b6b2300d7e3f570977)
2012-12-26add linux extension POLLRDHUP to poll.hRich Felker-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 Felker-1/+1
2012-09-09add linux ppoll syscall wrapperRich Felker-0/+10
2012-09-01fix wrong type for poll.h nfds_tRich Felker-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 Felker-0/+35