summaryrefslogtreecommitdiff
path: root/lib/libc/sys/sigwait.c
AgeCommit message (Collapse)Author
2012-03-20Convert to C89 prototypes. Remove use of __Pmatt
2010-05-31another POSIX compliance fix: sigwait(3) should not use errno butdrochner
return the error code directly
2010-05-30-fix internal use of sigwaitinfo(2) by sigwait(3): The former returnsdrochner
the signal number now, as required by POSIX. The latter should just return 0 on success. Fixes a mysql problem reported by Kurt Schreiner. -document the new behavior of sigwaitinfo and sigtimedwait -retain non-POSIX behavior for NetBSD-5 binary compatibility -- the fix would likely not be polled into the .0-branches, and having 5.0.x and 5.x behave differently would be confusing. Besides that, it was documented in the manpage all the time.
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2003-02-15add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signalsjdolecek
note these are for non-threaded programs only - libpthread will provide it's own thread-aware wrapper