diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-07-25 12:48:41 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-07-25 12:48:41 +0200 |
commit | 3b43e4e4d444fb5c2360f689679db85826627754 (patch) | |
tree | 22b0ab02b599bf944f810b114bf37b03c9240f6c /ChangeLog | |
parent | 7e681561a3aea7aa8f21fb031a7c778147dfdf5b (diff) | |
download | glibc-fw/getdents64.zip glibc-fw/getdents64.tar.gz glibc-fw/getdents64.tar.bz2 |
Linux: Move getdents64 to <dirent.h>fw/getdents64
This matches the location of the declaration in musl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2019-07-25 Florian Weimer <fweimer@redhat.com> + + Linux: Move declaration of getdents64 to <dirent.h>. + * bits/dirent_ext.h: New file. + * dirent/Makefile (headers): Add bits/dirent_ext.h. + * dirent/dirent.h: Include <bits/dirent_ext.h>. + * sysdeps/unix/sysv/linux/bits/dirent_ext.h: New file. + * sysdeps/unix/sysv/linux/bits/unistd_ext.h (getdents64): Remove + declaration. + * manual/filesys.texi (Low-level Directory Access): Update header + to dirent.h. + 2019-07-24 H.J. Lu <hongjiu.lu@intel.com> [BZ #24603] |