aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-08 10:38:52 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-08 10:38:52 +0000
commitc5d6c25b71d943ba999ed9ae0fb5f7b9d067421a (patch)
tree13f8e096299d33116fc240cab5b616ed3e3cfc6b
parent4c95adde8b8088d39a29394ce5df87b064d14a85 (diff)
downloadglibc-c5d6c25b71d943ba999ed9ae0fb5f7b9d067421a.zip
glibc-c5d6c25b71d943ba999ed9ae0fb5f7b9d067421a.tar.gz
glibc-c5d6c25b71d943ba999ed9ae0fb5f7b9d067421a.tar.bz2
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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9983078..07551cd 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.