diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-02 21:21:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-02 21:21:32 +0000 |
commit | 36654964b717ebbcc98a77a0eb5ca70428ede833 (patch) | |
tree | b436e227dcb8520be6b41361b7131ad2b4b16cc5 | |
parent | 3c69e3d802ac95d99c82ca1425f79fa95a5702bb (diff) | |
download | glibc-36654964b717ebbcc98a77a0eb5ca70428ede833.tar glibc-36654964b717ebbcc98a77a0eb5ca70428ede833.tar.gz glibc-36654964b717ebbcc98a77a0eb5ca70428ede833.tar.bz2 glibc-36654964b717ebbcc98a77a0eb5ca70428ede833.zip |
* sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
testing getdents64 return value.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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>. |