summaryrefslogtreecommitdiff
path: root/src/linux/ppoll.c
AgeCommit message (Expand)AuthorLines
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-1/+2
2012-09-10fix another ppoll issue (missing sigset_t size argument)Rich Felker-1/+1
2012-09-10fix ppoll with null timeout argumentRich Felker-2/+2
2012-09-09add linux ppoll syscall wrapperRich Felker-0/+9