about summary refs log tree commit diff
path: root/src/linux/ppoll.c
Commit message (Expand)AuthorAgeFilesLines
* pselect, ppoll: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-1/+17
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-1/+2
* fix another ppoll issue (missing sigset_t size argument)Rich Felker2012-09-101-1/+1
* fix ppoll with null timeout argumentRich Felker2012-09-101-2/+2
* add linux ppoll syscall wrapperRich Felker2012-09-091-0/+9