diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-09-21 14:02:08 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-09-21 14:02:08 -0700 |
commit | 1ac7a2c7b448c851eb8976fcc290a906a4075203 (patch) | |
tree | 2938c91cca16efafcb2e76bd6e40174d9591b435 /ChangeLog | |
parent | 09fad1a61127ab567b8a994314d19e0eefa2d283 (diff) | |
download | glibc-1ac7a2c7b448c851eb8976fcc290a906a4075203.zip glibc-1ac7a2c7b448c851eb8976fcc290a906a4075203.tar.gz glibc-1ac7a2c7b448c851eb8976fcc290a906a4075203.tar.bz2 |
getdents64 fallback d_type support
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-16 Andreas Schwab <schwab@redhat.com> * elf/dl-close.c (free_slotinfo, free_mem): Move to... |