aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-07-25 12:48:41 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-07-25 12:48:41 +0200
commit3b43e4e4d444fb5c2360f689679db85826627754 (patch)
tree22b0ab02b599bf944f810b114bf37b03c9240f6c /ChangeLog
parent7e681561a3aea7aa8f21fb031a7c778147dfdf5b (diff)
downloadglibc-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31a6b38..b6a2298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]