about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-10-01 16:03:28 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-10-01 16:03:41 -0700
commit78cf1d74d28c9312d888dea1ad3de01d38c5fc4a (patch)
tree92e83c155360cc3795a821e312422247899fe1ac /ChangeLog
parent85b358949d506ddc7c35301e7ae1316d2036a736 (diff)
downloadglibc-78cf1d74d28c9312d888dea1ad3de01d38c5fc4a.tar.gz
glibc-78cf1d74d28c9312d888dea1ad3de01d38c5fc4a.tar.xz
glibc-78cf1d74d28c9312d888dea1ad3de01d38c5fc4a.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ee7fd4f59..dcf1c0d090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #18822]
+	* include/string.h (__strsep): Add libc_hidden_proto.
+	* string/strsep.c (__strsep): Add libc_hidden_def.
+
+2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #18822]
 	* posix/spawn_int.h (__posix_spawn_file_actions_realloc): Add
 	attribute_hidden.
 	(__spawni): Likewise.