Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pthread_sigmask() was fixed to return the errno value on failure | 2012-02-20 | 1 | -2/+4 | |
| | |||||
* | fix some checks. | 2011-10-01 | 1 | -2/+2 | |
| | |||||
* | Return the proper values upon failure per POSIX for pthread_sigmask(3) and | 2008-04-24 | 1 | -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 code | 2003-07-14 | 1 | -3/+32 | |
| | |||||
* | Add test to ensure that a masked signal with a default action of | 2003-07-10 | 1 | -0/+32 | |
terminate process doesn't terminate the process. It will until a libpthread fix is verify and commited. |