summaryrefslogtreecommitdiff
path: root/src/linux/ppoll.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-28pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker1-1/+17
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker1-1/+2
2012-09-10fix another ppoll issue (missing sigset_t size argument)Rich Felker1-1/+1
2012-09-10fix ppoll with null timeout argumentRich Felker1-2/+2
2012-09-09add linux ppoll syscall wrapperRich Felker1-0/+9