remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG
[musl] / src / linux / ppoll.c
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2012-09-10 Rich Felkerfix another ppoll issue (missing sigset_t size argument)
2012-09-10 Rich Felkerfix ppoll with null timeout argument
2012-09-09 Rich Felkeradd linux ppoll syscall wrapper