diff options
author | Andreas Jaeger <aj@suse.de> | 2001-05-08 10:38:52 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-05-08 10:38:52 +0000 |
commit | c5d6c25b71d943ba999ed9ae0fb5f7b9d067421a (patch) | |
tree | 13f8e096299d33116fc240cab5b616ed3e3cfc6b | |
parent | 4c95adde8b8088d39a29394ce5df87b064d14a85 (diff) | |
download | glibc-c5d6c25b71d943ba999ed9ae0fb5f7b9d067421a.tar.gz glibc-c5d6c25b71d943ba999ed9ae0fb5f7b9d067421a.tar.xz glibc-c5d6c25b71d943ba999ed9ae0fb5f7b9d067421a.zip |
Update.
2001-05-07 H.J. Lu <hjl@gnu.org> * elf/ldconfig.c (dir_entry): Add ino and dev. (add_single_dir): Compare ino and dev to check if 2 directory paths are the same or not. Free entry->path for duplicates. (add_dir): Initialize ino and dev for entry. (search_dir): Handle symlink to directory.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9983078ddd..07551cdb15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-05-07 H.J. Lu <hjl@gnu.org> + + * elf/ldconfig.c (dir_entry): Add ino and dev. + (add_single_dir): Compare ino and dev to check if 2 directory + paths are the same or not. Free entry->path for duplicates. + (add_dir): Initialize ino and dev for entry. + (search_dir): Handle symlink to directory. + 2001-05-07 Andreas Jaeger <aj@suse.de> * sysdeps/i386/fpu/libm-test-ulps: Add ulps for new exp tests. |