summaryrefslogtreecommitdiff
path: root/src/signal/sigtimedwait.c
AgeCommit message (Collapse)AuthorLines
2011-03-10make sigtimedwait a cancellation pointRich Felker-0/+3
2011-03-10don't fail with EINTR in sigtimedwaitRich Felker-6/+6
POSIX allows either behavior, but sigwait is not allowed to fail with EINTR, so the retry loop would have to be in one or the other anyway.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+12