diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-11-12 13:41:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-11-12 13:41:14 +0000 |
commit | 0e54a7250fe6b03f07217beb8280d1be1951f4d8 (patch) | |
tree | 57f417b645863740dbb9385a3108ee3db82ee3a4 /nptl/ChangeLog | |
parent | 3cac8b757eb2ec67023b9d5de3653f80ef0572dd (diff) | |
download | glibc-0e54a7250fe6b03f07217beb8280d1be1951f4d8.tar.gz glibc-0e54a7250fe6b03f07217beb8280d1be1951f4d8.tar.xz glibc-0e54a7250fe6b03f07217beb8280d1be1951f4d8.zip |
[BZ #7009] cvs/fedora-glibc-20081112T2008
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index dd01d386cd..8aa7f9ba3e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,13 @@ +2008-11-12 Jakub Jelinek <jakub@redhat.com> + + [BZ #7008] + * pthread_condattr_setclock.c (pthread_condattr_setclock): Fix masking + of old value. + * pthread_cond_init.c (__pthread_cond_init): Fix + cond->__data.__nwaiters initialization. + * Makefile (tests): Add tst-cond23. + * tst-cond23.c: New test. + 2008-11-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/malloc-machine.h (MALLOC): Adjust __libc_tsd_define |