summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/sigmask/sigmask.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pthread_sigmask() was fixed to return the errno value on failureguenther2012-02-201-2/+4
|
* fix some checks.fgsch2011-10-011-2/+2
|
* Return the proper values upon failure per POSIX for pthread_sigmask(3) andkurt2008-04-241-4/+7
| | | | | | | sigprocmask(2) in threaded programs. From Philip Guenther <guenther at sendmail.com> via PR library/5795. okay marc@
* improve test. fails with current codemarc2003-07-141-3/+32
|
* Add test to ensure that a masked signal with a default action ofmarc2003-07-101-0/+32
terminate process doesn't terminate the process. It will until a libpthread fix is verify and commited.