aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-01 16:08:25 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-01 16:08:42 -0700
commit3ee8209be761210dc6a8f121fd79231e7f364a9b (patch)
tree9e7b20123e7051c6b6bd496c96fb1b76aef6dc05 /ChangeLog
parent6036fc38bf50d61ac5f09a435ce4622b586238ed (diff)
downloadglibc-3ee8209be761210dc6a8f121fd79231e7f364a9b.zip
glibc-3ee8209be761210dc6a8f121fd79231e7f364a9b.tar.gz
glibc-3ee8209be761210dc6a8f121fd79231e7f364a9b.tar.bz2
Hide internal __bsd_getpt function [BZ #18822]
Hide internal __bsd_getpt function to allow direct access within libc.so and libc.a without using GOT nor PLT. [BZ #18822] * sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add attribute_hidden.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a09d16..396cf74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
[BZ #18822]
+ * sysdeps/unix/sysv/linux/getpt.c (__bsd_getpt): Add
+ attribute_hidden.
+
+2017-10-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #18822]
* libio/iolibio.h (__fopen_maybe_mmap): Add attribute_hidden.
2017-10-01 H.J. Lu <hongjiu.lu@intel.com>