summaryrefslogtreecommitdiff
path: root/src/signal/sigtimedwait.c
AgeCommit message (Expand)AuthorLines
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker-1/+2
2011-04-17overhaul pthread cancellationRich Felker-6/+2
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker-1/+1
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker-0/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-1/+1
2011-03-10make sigtimedwait a cancellation pointRich Felker-0/+3
2011-03-10don't fail with EINTR in sigtimedwaitRich Felker-6/+6
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+12