summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:16:22 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:16:41 -0700
commit6d56699d7e808419ccf244150ecba122156932ba (patch)
tree6976b4d354951f51e9c56f4220fddf195360b2ff /ChangeLog
parent8303c7409cee86f42485177061d1e0ce04c07e9f (diff)
downloadglibc-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0dbccfb15..338608b00e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.