diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-07 07:41:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-07 07:41:02 +0000 |
commit | 8e5aaad9daee699404f00c79100dfd88781eedf5 (patch) | |
tree | 7de7e0dd00268b2960178cb21fb081735813df51 /nptl/ChangeLog | |
parent | e782376c013a8ef486e625b50895d78879a9141f (diff) | |
download | glibc-8e5aaad9daee699404f00c79100dfd88781eedf5.tar.gz glibc-8e5aaad9daee699404f00c79100dfd88781eedf5.tar.xz glibc-8e5aaad9daee699404f00c79100dfd88781eedf5.zip |
Update.
2004-07-07 Ulrich Drepper <drepper@redhat.com> * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock before the loop running the destructors.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f96550a979..5fdf2a612d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2004-07-07 Ulrich Drepper <drepper@redhat.com> + + * Makefile: Add rules to build and run tst-fini1. + * tst-fini1.c: New file. + * tst-fini1mod.c: New file. + 2004-07-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Define NO_CANCELLATION |