about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-12-17 23:10:14 +0000
committerUlrich Drepper <drepper@redhat.com>2001-12-17 23:10:14 +0000
commit46089c83d119050998387d7a8fb896514c92618b (patch)
treeb314e6353836ac1c906071156cd996dd94ad7854 /ChangeLog
parent0e24e73d6dfd32c842afe028d6d37e2ea3c3bd54 (diff)
downloadglibc-46089c83d119050998387d7a8fb896514c92618b.tar.gz
glibc-46089c83d119050998387d7a8fb896514c92618b.tar.xz
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11536222c4..52cf6559cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.