| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make brace placement in public header struct definitions consistent•••placing the opening brace on the same line as the struct keyword/tag is the style I prefer and seems to be the prevailing practice in more recent additions. these changes were generated by the command: find include/ arch/*/bits -name '*.h' \ -exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} + and subsequently checked by hand to ensure that the regex did not pick up any false positives. | Rich Felker | 2016-07-03 | 1 | -2/+1 |
| * | fix preprocessor error introduced in poll.h in last commit | Rich Felker | 2015-03-04 | 1 | -1/+1 |
| * | fix POLLWRNORM and POLLWRBAND on mips•••these macros have the same distinct definition on blackfin, frv, m68k, mips, sparc and xtensa kernels. POLLMSG and POLLRDHUP additionally differ on sparc. | Trutz Behn | 2015-03-04 | 1 | -0/+6 |
| * | 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 Felker | 2012-12-26 | 1 | -0/+1 |
| * | 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•••this should not break anything since the type should never be used except as the argument type for poll. | Rich Felker | 2012-09-01 | 1 | -1/+1 |
| * | initial check-in, version 0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+35 |
