about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-07-29 21:02:46 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-07-29 21:02:46 +0200
commitb8b3d5a14e9d6248f8d78958c497eea0a684c939 (patch)
tree1449ad0591d2c322ec32282700778486f78b681c /ChangeLog
parent354e4c1adddb1da19c1043e3e5db61ee2148d912 (diff)
downloadglibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.tar.gz
glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.tar.xz
glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.zip
Linux: Move getdents64 to <dirent.h>
This matches the location of the declaration in musl.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4b6bc20d1..6099d1468a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2019-07-29  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-29  DJ Delorie  <dj@redhat.com>
 	    Tulio Magno Quites Machado Filho  <tuliom@linux.ibm.com>