diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-08 18:32:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-08 18:32:16 +0000 |
commit | f25c7b087f0e9536040966d5a870512f101e8ce9 (patch) | |
tree | ae80eca40b8f7111aa4a39e436c216f083639b3a /nptl/ChangeLog | |
parent | 16c124f7c0c5366c66ce32928388654606d1caf5 (diff) | |
download | glibc-f25c7b087f0e9536040966d5a870512f101e8ce9.tar.gz glibc-f25c7b087f0e9536040966d5a870512f101e8ce9.tar.xz glibc-f25c7b087f0e9536040966d5a870512f101e8ce9.zip |
* sysdeps/pthread/list.h (list_add): Initialize new element first.
(list_add_tail): Removed.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e25da8b640..1fa74054dc 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2009-01-08 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/list.h (list_add): Initialize new element first. + (list_add_tail): Removed. + 2009-01-04 Ulrich Drepper <drepper@redhat.com> * init.c (__pthread_initialize_minimal_internal): Optimize test |