Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add linux extension POLLRDHUP to poll.h | Rich Felker | 2012-12-26 | 1 | -0/+1 |
| | | | | | the POLL prefix is in the reserved namespace for poll.h, so no feature test macro checks are needed. | ||||
* | fix typo introduced in poll.h | Rich Felker | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | add linux ppoll syscall wrapper | Rich Felker | 2012-09-09 | 1 | -0/+10 |
| | |||||
* | fix wrong type for poll.h nfds_t | Rich Felker | 2012-09-01 | 1 | -1/+1 |
| | | | | | this should not break anything since the type should never be used except as the argument type for poll. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+35 |