about summary refs log tree commit diff
path: root/src/signal/sigtimedwait.c
Commit message (Collapse)AuthorAgeFilesLines
* make sigtimedwait a cancellation pointRich Felker2011-03-101-0/+3
|
* don't fail with EINTR in sigtimedwaitRich Felker2011-03-101-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.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+12