aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 16:02:40 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 16:02:40 +0200
commitfc3d94979e1f04df2014b4c1a01c39a0a74f12c3 (patch)
tree681ae8a545b62f61a665515c902fd27b25e631b6 /ChangeLog
parent18c54facf1ba6125abab0eb6080630c1847e8819 (diff)
downloadglibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar
glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar.gz
glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.tar.bz2
glibc-fc3d94979e1f04df2014b4c1a01c39a0a74f12c3.zip
dirent: Remove internal_function attribute
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cbac7a79c..eb939245c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2017-08-31 Florian Weimer <fweimer@redhat.com>
+ * dirent/scandir-tail.c (SCANDIR_TAIL): Remove internal_function.
+ * include/dirent.h (__opendirat, __getdents, __getdents64)
+ (__alloc_dir, __scandir_tail, __scandir64_tail): Likewise.
+ * sysdeps/posix/opendir.c (__opendirat, __alloc_dir): Likewise.
+ * sysdeps/mach/hurd/opendir.c (__opendirat): Likewise.
+ * sysdeps/unix/sysv/linux/i386/olddirent.h (__old_getdents64):
+ Likewise.
+ * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Likewise.
+
+2017-08-31 Florian Weimer <fweimer@redhat.com>
+
* sysdeps/unix/sysv/linux/getcwd.c (generic_getcwd): Remove
internal_function.
(GETCWD_RETURN_TYPE): Likewise.