From: Ulrich Drepper Date: Wed, 19 Mar 2003 09:52:49 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~1155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95767b36d429ba4a7ace577c311769cbd3ed6d74;p=thirdparty%2Fglibc.git Update. 2003-03-19 Ulrich Drepper * sysdeps/pthread/pthread_cond_broadcast.c: Release lock before signalling waiters. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1cfa93e1c14..a517311a0e7 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-03-19 Ulrich Drepper + + * sysdeps/pthread/pthread_cond_broadcast.c: Release lock before + signalling waiters. + 2003-03-18 Roland McGrath * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_test_and_set):