diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 16:07:30 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 16:07:47 -0700 |
| commit | 6036fc38bf50d61ac5f09a435ce4622b586238ed (patch) | |
| tree | dd419c17dd6c2ae07cfa41222a5c46a509a6f985 /ChangeLog | |
| parent | fe84fed04800bc5becb9fba84db98f58007e77f3 (diff) | |
| download | glibc-6036fc38bf50d61ac5f09a435ce4622b586238ed.tar.xz glibc-6036fc38bf50d61ac5f09a435ce4622b586238ed.zip | |
Hide internal __fopen_maybe_mmap function [BZ #18822]
Hide internal __fopen_maybe_mmap function to allow direct access within
libc.so and libc.a without using GOT nor PLT.
[BZ #18822]
* libio/iolibio.h (__fopen_maybe_mmap): 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] + * libio/iolibio.h (__fopen_maybe_mmap): Add attribute_hidden. + +2017-10-01 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #18822] * include/search.h (__tdestroy): Add libc_hidden_proto. * misc/tsearch.c (__tdestroy): Add libc_hidden_def. |
