* sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
authorRoland McGrath <roland@gnu.org>
Mon, 2 Dec 2002 21:21:32 +0000 (21:21 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 2 Dec 2002 21:21:32 +0000 (21:21 +0000)
testing getdents64 return value.

ChangeLog

index 014d41f..05a5fae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
 
 2002-12-01  Roland McGrath  <roland@redhat.com>
 
+       * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
+       testing getdents64 return value.
+
        * scripts/versions.awk: Don't pass -n flag to sort command.
 
        * posix/bug-regex13.c: Include <string.h>.