Commit Graph

7 Commits

Author SHA1 Message Date
Rich Felker 91a3bd743e fix preprocessor error introduced in poll.h in last commit 2015-03-04 14:15:44 -05:00
Trutz Behn f5011c62c3 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.
2015-03-04 12:09:37 -05:00
Rich Felker 8442358d9d 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.
2012-12-26 16:55:49 -05:00
Rich Felker 743546a933 fix typo introduced in poll.h 2012-09-09 16:27:26 -04:00
Rich Felker 141138c41b add linux ppoll syscall wrapper 2012-09-09 16:09:29 -04:00
Rich Felker 3f62f76cab 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.
2012-09-01 00:20:24 -04:00
Rich Felker 0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00