Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 7 Apr 2000 06:50:46 +0000 (06:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 7 Apr 2000 06:50:46 +0000 (06:50 +0000)
commitf11b9da65497cfdb8e49cbc074a1d17a050358bc
tree63fe2be39015788f71d2bf8b51156ca9a39b4c97
parenta0dc52061fd8d47c37bbd363533ae0a4307e507c
Update.

* 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.
ChangeLog
sysdeps/unix/sysv/linux/getdents.c