about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-28 03:26:52 +0000
committerRoland McGrath <roland@gnu.org>2002-08-28 03:26:52 +0000
commit90341544e5ddea1402a7f188800d2381d07a1602 (patch)
tree61f94afa1a176cbff16b2d599068d752fcf565d4 /ChangeLog
parenta7b8a17b063179d23e185eee655a308ae91873d7 (diff)
downloadglibc-90341544e5ddea1402a7f188800d2381d07a1602.tar.gz
glibc-90341544e5ddea1402a7f188800d2381d07a1602.tar.xz
glibc-90341544e5ddea1402a7f188800d2381d07a1602.zip
* sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
	and treat it as an EOF return.
	* sysdeps/unix/readdir_r.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2356fdaae8..8154f91d8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-08-27  Roland McGrath  <roland@redhat.com>
 
+	* sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
+	and treat it as an EOF return.
+	* sysdeps/unix/readdir_r.c: Likewise.
+
 	* sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
 	From Alexandre Oliva <aoliva@redhat.com>.
 	* sysdeps/gnu/errlist-compat.c: Regenerated.