diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-05 18:10:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-05 18:10:10 +0000 |
commit | 25f227b924443a71ee2e15eff342871864b05d01 (patch) | |
tree | 1e55d7ca3743b0ed5eb62e8a9ecabae47d53dcea /ChangeLog | |
parent | 155fd00c743bd428a78ed66c3743bc9f8b4a13b1 (diff) | |
download | glibc-25f227b924443a71ee2e15eff342871864b05d01.tar.gz glibc-25f227b924443a71ee2e15eff342871864b05d01.tar.xz glibc-25f227b924443a71ee2e15eff342871864b05d01.zip |
Update.
* io/ftw.c (ftw_dir): Don't add a second slash at the beginning for searches from the root directory. Reported by loris <loris@iol.it> [PR libc/1991]. * io/Makefile (tests): Add bug-ftw1. * io/bug-ftw1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0bf61dd9d2..7de622f414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-01-05 Ulrich Drepper <drepper@redhat.com> + * io/ftw.c (ftw_dir): Don't add a second slash at the beginning + for searches from the root directory. + Reported by loris <loris@iol.it> [PR libc/1991]. + * io/Makefile (tests): Add bug-ftw1. + * io/bug-ftw1.c: New file. + * elf/dl-support.c (non_dynamic_init): Don't define DL_FIND_AUXV if it is not available. Instead use it only if it is available. * sysdeps/unix/sysv/linux/ldsodefs.h: New file. |