From: Andreas Jaeger Date: Tue, 8 May 2001 10:38:52 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-lgplv2_1~210 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c5d6c25b71d943ba999ed9ae0fb5f7b9d067421a;p=glibc.git Update. 2001-05-07 H.J. Lu * 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. --- diff --git a/ChangeLog b/ChangeLog index 9983078ddd..07551cdb15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-05-07 H.J. Lu + + * 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 * sysdeps/i386/fpu/libm-test-ulps: Add ulps for new exp tests.