diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-08 00:54:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-08 00:54:21 +0000 |
commit | 259fc9c52ff3495e2db9b41eca8c30dbc245ca55 (patch) | |
tree | 83bbf275fa9ee2e1a83d5a7d376fa4ac71a8c0f2 | |
parent | 28725d82f5ea030c563e997c14bbe3e320b886c2 (diff) | |
download | glibc-259fc9c52ff3495e2db9b41eca8c30dbc245ca55.tar glibc-259fc9c52ff3495e2db9b41eca8c30dbc245ca55.tar.gz glibc-259fc9c52ff3495e2db9b41eca8c30dbc245ca55.tar.bz2 glibc-259fc9c52ff3495e2db9b41eca8c30dbc245ca55.zip |
Update.
2004-07-07 Jakub Jelinek <jakub@redhat.com>
* elf/dl-fini.c (_dl_fini): Add nloaded variable, load
GL(dl_nloaded) into it while still in critical section.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-07-07 Jakub Jelinek <jakub@redhat.com> + + * elf/dl-fini.c (_dl_fini): Add nloaded variable, load + GL(dl_nloaded) into it while still in critical section. + 2004-07-06 Thorsten Kukuk <kukuk@suse.de> * nss/getent.c (print_group, print_passwd): Use %lu format for |