diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-10-15 14:16:22 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-10-15 14:16:41 -0700 |
commit | 6d56699d7e808419ccf244150ecba122156932ba (patch) | |
tree | 6976b4d354951f51e9c56f4220fddf195360b2ff /ChangeLog | |
parent | 8303c7409cee86f42485177061d1e0ce04c07e9f (diff) | |
download | glibc-6d56699d7e808419ccf244150ecba122156932ba.tar.gz |
Mark internal fcntl functions hidden
Since internal fcntl functions are only used internally in ld.so and
libc.so, they can be made hidden.
[BZ #19122]
* include/fcntl.h (__libc_fcntl): Add attribute_hidden.
[IS_IN (rtld)] (__open): Likewise.
[IS_IN (rtld)] (__fcntl): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ 2015-10-15 H.J. Lu <hongjiu.lu@intel.com> [BZ #19122] + * include/fcntl.h (__libc_fcntl): Add attribute_hidden. + [IS_IN (rtld)] (__open): Likewise. + [IS_IN (rtld)] (__fcntl): Likewise. + * include/dirent.h (__opendirat): Add attribute_hidden. (__getdents): Likewise. (__getdents64): Likewise. |