]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Hide internal __strsep function [BZ #18822]
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 23:03:28 +0000 (16:03 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 23:03:41 +0000 (16:03 -0700)
commit78cf1d74d28c9312d888dea1ad3de01d38c5fc4a
tree92e83c155360cc3795a821e312422247899fe1ac
parent85b358949d506ddc7c35301e7ae1316d2036a736
Hide internal __strsep function [BZ #18822]

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

[BZ #18822]
* include/string.h (__strsep): Add libc_hidden_proto.
* string/strsep.c (__strsep): Add libc_hidden_def.
ChangeLog
include/string.h
string/strsep.c