summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sigwait.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move sigwait(3) from libpthread to libcjca2019-01-121-0/+75
POSIX wants it in libc, that's where the function can be found on other systems. Reported by naddy@, input from naddy@ and guenther@. "looks ok" guenther@, ok deraadt@ Note: riding the libc/libpthread major cranks earlier today.