summaryrefslogtreecommitdiff
path: root/include/poll.h (follow)
AgeCommit message (Collapse)Author
2015-03-10Inline ppoll() as wellsin
2015-03-10Make ppoll() staticsin
Thanks Timo Teras.
2015-03-07Style fixsin
2015-03-03Add ppoll() checksin
2015-02-28Remove redundant checkssin
We can never have an array of more than SIZE_MAX/2/sizeof(gid_t) gid_t's.
2015-02-28Use __typeof__(sizeof 0) trickerysin
We cannot pull stddef.h and since fortify already relies on GCC features we can use the above typeof trick to get a usable size_t.
2015-02-28Don't include stddef.h from poll.hsin
2015-02-28Add poll() checksin
Not sure if including stddef.h from poll.h is acceptable.