diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 17:49:47 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-01 17:49:59 -0700 |
commit | 36e7ae1e9d3b6a434e119aab4d10176aaaddf0c3 (patch) | |
tree | b0c5db0b386dc00f6c0ffc8c37f304a71a6b7d32 /ChangeLog | |
parent | 87078544f24cfbd355bf2f7e63a0d01ff7c96cca (diff) | |
download | glibc-36e7ae1e9d3b6a434e119aab4d10176aaaddf0c3.tar.gz glibc-36e7ae1e9d3b6a434e119aab4d10176aaaddf0c3.tar.xz glibc-36e7ae1e9d3b6a434e119aab4d10176aaaddf0c3.zip |
Hide internal __nis_hash function [BZ #18822]
Hide internal __nis_hash function to allow direct access within libc.so and libc.a without using GOT nor PLT. [BZ #18822] * nscd/nscd_helper.c (__nis_hash): New prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dc58bf1960..0563a751d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2017-10-01 H.J. Lu <hongjiu.lu@intel.com> [BZ #18822] + * nscd/nscd_helper.c (__nis_hash): New prototype. + +2017-10-01 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #18822] * include/termios.h (__tcgetattr): Add libc_hidden_proto. * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Add libc_hidden_def. |