diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-25 21:50:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-25 21:50:13 +0000 |
commit | 82d8607da1e320ca964438b8158abb93a9b3d356 (patch) | |
tree | a71362b76d5f332d31b9189e299ba8cbe7659ef1 /ChangeLog | |
parent | 1c8c5277a7045ddd3d9b2db50be7e80318b7975c (diff) | |
download | glibc-82d8607da1e320ca964438b8158abb93a9b3d356.tar.gz glibc-82d8607da1e320ca964438b8158abb93a9b3d356.tar.xz glibc-82d8607da1e320ca964438b8158abb93a9b3d356.zip |
Update.
2003-08-25 Jakub Jelinek <jakub@redhat.com> * elf/ldconfig.c (search_dir): Treat symlink as regular file if it won't point to itself unless it is .so symlink for the linker.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a7ed602e59..0dd9c477c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-25 Jakub Jelinek <jakub@redhat.com> + + * elf/ldconfig.c (search_dir): Treat symlink as regular file + if it won't point to itself unless it is .so symlink for the linker. + 2003-08-25 Ulrich Drepper <drepper@redhat.com> * libio/libio.h (_IO_fwide): In the mode==0 optimization, don't |