| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-10 | Inline ppoll() as well | sin | |
| 2015-03-10 | Make ppoll() static | sin | |
| Thanks Timo Teras. | |||
| 2015-03-07 | Style fix | sin | |
| 2015-03-03 | Add ppoll() check | sin | |
| 2015-02-28 | Remove redundant checks | sin | |
| We can never have an array of more than SIZE_MAX/2/sizeof(gid_t) gid_t's. | |||
| 2015-02-28 | Use __typeof__(sizeof 0) trickery | sin | |
| 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-28 | Don't include stddef.h from poll.h | sin | |
| 2015-02-28 | Add poll() check | sin | |
| Not sure if including stddef.h from poll.h is acceptable. | |||
