2003-03-19  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/pthread/pthread_cond_broadcast.c: Release lock before
	signalling waiters.
This commit is contained in:
Ulrich Drepper 2003-03-19 09:52:49 +00:00
parent bbb9ba4324
commit 95767b36d4

View File

@ -1,3 +1,8 @@
2003-03-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/pthread_cond_broadcast.c: Release lock before
signalling waiters.
2003-03-18 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_test_and_set):