From: Ulrich Drepper Date: Fri, 7 Apr 2000 06:52:30 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120a3e460b7e0b5fcb672cdd4547ee16b1038929;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index dfd002d89f3..07801fadb34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-04-06 Ulrich Drepper + + * 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 * stdlib/strtod.c: Handle hexadecimal numbers with leading digit