1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/lib/libc_r
Daniel Eischen 47c1571785 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
2000-11-20 13:12:44 +00:00
..
arch
man Use Fx macro wherever possible. 2000-11-14 11:20:58 +00:00
sys
test Add test to detect propagation of cancellation points within libc_r. 2000-04-26 23:25:58 +00:00
uthread Change a "while {}" loop to a "do {} while" to allow it to be 2000-11-20 13:12:44 +00:00
Makefile Bump the shared lib version. There seems to have been an incompatible 2000-11-14 02:46:23 +00:00