summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/sigwait.c
Commit message (Collapse)AuthorAgeFilesLines
* Because POSIX does not allow EINTR to be returned from sigwait(),davidxu2010-09-101-0/+46
add a wrapper for it in libc and rework the code in libthr, the system call still can return EINTR, we keep this feature. Discussed on: thread Reviewed by: jilles
OpenPOWER on IntegriCloud