]> sourceware.org Git - glibc.git/commit
Hide internal __glob64 function [BZ #18822]
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 2 Oct 2017 01:01:54 +0000 (18:01 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 2 Oct 2017 01:02:10 +0000 (18:02 -0700)
commitc0769f7031b8293e7dc2762bff98d75691fe6a0d
tree9453944d039213076b914392152ae8b73dd6ad3b
parent0e7d5b6e241b3e367b806f65f6df1e7469af68fa
Hide internal __glob64 function [BZ #18822]

Hide internal __glob64 function to allow direct access within libc.so
and libc.a without using GOT nor PLT.

[BZ #18822]
* include/glob.h (__glob64): Add libc_hidden_proto.
* sysdeps/unix/sysv/linux/glob64.c (__glob64): Add
libc_hidden_def.
ChangeLog
include/glob.h
sysdeps/unix/sysv/linux/glob64.c
This page took 0.043672 seconds and 5 git commands to generate.