about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-07 06:52:30 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-07 06:52:30 +0000
commit120a3e460b7e0b5fcb672cdd4547ee16b1038929 (patch)
tree07803f026572a4c254c6027a540bcfc1b6183b39
parentb9e686d81ebba316cf59b0590d47c61c81a06bfb (diff)
downloadglibc-120a3e460b7e0b5fcb672cdd4547ee16b1038929.tar.gz
glibc-120a3e460b7e0b5fcb672cdd4547ee16b1038929.tar.xz
glibc-120a3e460b7e0b5fcb672cdd4547ee16b1038929.zip
Update.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfd002d89f..07801fadb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-04-06  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/getdents.c (__getdents): The Linux
+	kernel does not allow relative seeks on descriptors associated
+	with directories.  Go back to get the position in the directory
+	every time we enter the function.  Return -1 and set errno if one
+	entry could be read from the kernel but does not fit into the
+	buffer passed in by the user.
+
 1999-10-29  Ulrich Drepper  <drepper@cygnus.com>
 
 	* stdlib/strtod.c: Handle hexadecimal numbers with leading digit