aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-09-21 14:02:08 -0700
committerUlrich Drepper <drepper@gmail.com>2010-09-21 14:02:08 -0700
commit1ac7a2c7b448c851eb8976fcc290a906a4075203 (patch)
tree2938c91cca16efafcb2e76bd6e40174d9591b435 /ChangeLog
parent09fad1a61127ab567b8a994314d19e0eefa2d283 (diff)
downloadglibc-1ac7a2c7b448c851eb8976fcc290a906a4075203.zip
glibc-1ac7a2c7b448c851eb8976fcc290a906a4075203.tar.gz
glibc-1ac7a2c7b448c851eb8976fcc290a906a4075203.tar.bz2
getdents64 fallback d_type support
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd48489..4784952 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-15 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
+ implementing getdents64 using getdents syscall, set d_type if
+ __ASSUME_GETDENTS32_D_TYPE.
+
2010-09-16 Andreas Schwab <schwab@redhat.com>
* elf/dl-close.c (free_slotinfo, free_mem): Move to...