diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-10-15 14:15:26 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-10-15 14:15:41 -0700 |
commit | 8303c7409cee86f42485177061d1e0ce04c07e9f (patch) | |
tree | 33ed00614484523eded59057351e95f84ce40969 /ChangeLog | |
parent | d6e855d810730193280276a2d30584437e2abf4d (diff) | |
download | glibc-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-- | ChangeLog | 10 |
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. |