diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 17:44:52 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 17:45:07 -0700 |
commit | 047d1a81fd82db4cd7458fec37230f3b31b414e9 (patch) | |
tree | 875420172074614a4c0a86f8bacec182b9354cfc /ChangeLog | |
parent | fd331b1179df7fef8016273fb26f5f054793875a (diff) | |
download | glibc-047d1a81fd82db4cd7458fec37230f3b31b414e9.tar.gz |
Hide internal __vstrfmon_l function [BZ #18822]
Hide internal __vstrfmon_l function to allow direct access within libc.so
and libc.a without using GOT nor PLT.
[BZ #18822]
* include/monetary.h (__vstrfmon_l): Add attribute_hidden.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ 2017-10-01 H.J. Lu <hongjiu.lu@intel.com> [BZ #18822] + * include/monetary.h (__vstrfmon_l): Add attribute_hidden. + +2017-10-01 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #18822] * include/sched.h (__sched_setparam): Add libc_hidden_proto. * posix/sched_setp.c (__sched_setparam): Add libc_hidden_def. |