about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:15:26 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:15:41 -0700
commit8303c7409cee86f42485177061d1e0ce04c07e9f (patch)
tree33ed00614484523eded59057351e95f84ce40969 /ChangeLog
parentd6e855d810730193280276a2d30584437e2abf4d (diff)
downloadglibc-8303c7409cee86f42485177061d1e0ce04c07e9f.tar.gz
glibc-8303c7409cee86f42485177061d1e0ce04c07e9f.tar.xz
glibc-8303c7409cee86f42485177061d1e0ce04c07e9f.zip
Mark internal dirent functions hidden
Since internal dirent functions are only used internally in ld.so and
libc.so, they can be made hidden.

	[BZ #19122]
	* include/dirent.h (__opendirat): Add attribute_hidden.
	(__getdents): Likewise.
	(__getdents64): Likewise.
	(__alloc_dir): Likewise.
	[IS_IN (rtld)] (__closedir): Likewise.
	[IS_IN (rtld)] (__fdopendir): Likewise.
	[IS_IN (rtld)] (__readdir): Likewise.
	[IS_IN (rtld)] (__readdir64): Likewise.
	[IS_IN (rtld)] (__rewinddir): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 110d6706fe..d0dbccfb15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #19122]
+	* include/dirent.h (__opendirat): Add attribute_hidden.
+	(__getdents): Likewise.
+	(__getdents64): Likewise.
+	(__alloc_dir): Likewise.
+	[IS_IN (rtld)] (__closedir): Likewise.
+	[IS_IN (rtld)] (__fdopendir): Likewise.
+	[IS_IN (rtld)] (__readdir): Likewise.
+	[IS_IN (rtld)] (__readdir64): Likewise.
+	[IS_IN (rtld)] (__rewinddir): Likewise.
+
 	* include/dlfcn.h (_dl_catch_error): Moved to ...
 	* sysdeps/generic/ldsodefs.h (_dl_catch_error): Add
 	attribute_hidden.