Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2015-03-04 | fix preprocessor error introduced in poll.h in last commit | Rich Felker | -1/+1 | |
2015-03-04 | fix POLLWRNORM and POLLWRBAND on mips | Trutz 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. | ||||
2012-12-26 | add linux extension POLLRDHUP to poll.h | Rich Felker | -0/+1 | |
the POLL prefix is in the reserved namespace for poll.h, so no feature test macro checks are needed. | ||||
2012-09-09 | fix typo introduced in poll.h | Rich Felker | -1/+1 | |
2012-09-09 | add linux ppoll syscall wrapper | Rich Felker | -0/+10 | |
2012-09-01 | fix wrong type for poll.h nfds_t | Rich Felker | -1/+1 | |
this should not break anything since the type should never be used except as the argument type for poll. | ||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+35 | |