diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-17 23:10:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-17 23:10:14 +0000 |
commit | 46089c83d119050998387d7a8fb896514c92618b (patch) | |
tree | b314e6353836ac1c906071156cd996dd94ad7854 /ChangeLog | |
parent | 0e24e73d6dfd32c842afe028d6d37e2ea3c3bd54 (diff) | |
download | glibc-46089c83d119050998387d7a8fb896514c92618b.tar glibc-46089c83d119050998387d7a8fb896514c92618b.tar.gz glibc-46089c83d119050998387d7a8fb896514c92618b.tar.bz2 glibc-46089c83d119050998387d7a8fb896514c92618b.zip |
Update.
2001-12-17 Ulrich Drepper <drepper@redhat.com>
* io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
different than implemented in last patch.
* io/bug-ftw3.c: Adjust test for changed handling of
inaccessibility of toplevel dir.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-12-17 Ulrich Drepper <drepper@redhat.com> + + * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir + different than implemented in last patch. + * io/bug-ftw3.c: Adjust test for changed handling of + inaccessibility of toplevel dir. + 2001-12-16 Roland McGrath <roland@frob.com> * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal. |