diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-09-21 14:02:08 -0700 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-12-01 15:35:12 +0100 |
commit | b41a2ff361d4d1ade2bac91d75e6150a66d3148e (patch) | |
tree | b6811cf74c670d3e3753165ed833a3e048bfc150 /ChangeLog | |
parent | 74c7603d2b37fd017421777b65fa65d219e6d869 (diff) | |
download | glibc-b41a2ff361d4d1ade2bac91d75e6150a66d3148e.zip glibc-b41a2ff361d4d1ade2bac91d75e6150a66d3148e.tar.gz glibc-b41a2ff361d4d1ade2bac91d75e6150a66d3148e.tar.bz2 |
getdents64 fallback d_type support
(cherry picked from commit 1ac7a2c7b448c851eb8976fcc290a906a4075203)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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-14 Andreas Schwab <schwab@redhat.com> * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register |