aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:22:10 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-10-15 14:22:25 -0700
commit661462d58f90c03765a8799714a9ea485d3b1935 (patch)
treecad8caab2973d3b1acb7b26063e152b952049539 /ChangeLog
parente19f02428bacdf7565cb4e61a363c61501ce6870 (diff)
downloadglibc-661462d58f90c03765a8799714a9ea485d3b1935.tar
glibc-661462d58f90c03765a8799714a9ea485d3b1935.tar.gz
glibc-661462d58f90c03765a8799714a9ea485d3b1935.tar.bz2
glibc-661462d58f90c03765a8799714a9ea485d3b1935.zip
Mark internal setjmp functions hidden
Since internal dirent functions are only used internally in ld.so and libc.so, they can be made hidden. [BZ #19122] * include/setjmp.h (__longjmp): Add attribute_hidden. [IS_IN (rtld)] (__sigsetjmp): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dba8b3673..94869bcb3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2015-10-15 H.J. Lu <hongjiu.lu@intel.com>
[BZ #19122]
+ * include/setjmp.h (__longjmp): Add attribute_hidden.
+ [IS_IN (rtld)] (__sigsetjmp): Likewise.
+
* include/libc-internal.h [IS_IN (rtld)] (__profile_frequency):
Add attribute_hidden.