diff options
author | deischen <deischen@FreeBSD.org> | 2000-11-20 13:12:44 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2000-11-20 13:12:44 +0000 |
commit | 400a63d9371bc2cbcaf8f96471830a389a432ae3 (patch) | |
tree | 2b6d687d1e4ab220fa896697275b5851f641d9e1 /lib/libc | |
parent | 0f4c6ea8edac75412418c6978b7b2c208cff6798 (diff) | |
download | FreeBSD-src-400a63d9371bc2cbcaf8f96471830a389a432ae3.zip FreeBSD-src-400a63d9371bc2cbcaf8f96471830a389a432ae3.tar.gz |
Change a "while {}" loop to a "do {} while" to allow it to be
executed at least once, fixing pthread_mutex_lock() for recursive
mutex lock attempts.
Correctly set a threads signal mask while it is executing a signal
handler. The mask should be the union of its current mask, the
signal being handled, and the mask from the signal action.
Reported by: Dan Nelson <dnelson@emsphone.com>
MFC Candidate
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions