about summary refs log tree commit diff
path: root/elf/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-10 06:47:09 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-10 06:47:09 +0000
commit209a8ca3fcb83e584a4b9db85f08a7fa6a7e584d (patch)
tree1dc0c13d4bd839ce96f03cb202f365b37055e408 /elf/Versions
parentd0883b4894755196babd57ef1584cce4b335ffd0 (diff)
downloadglibc-209a8ca3fcb83e584a4b9db85f08a7fa6a7e584d.tar.gz
glibc-209a8ca3fcb83e584a4b9db85f08a7fa6a7e584d.tar.xz
glibc-209a8ca3fcb83e584a4b9db85f08a7fa6a7e584d.zip
Update.
	* sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
	_dl_allocate_tls_init.  Add rtld_hidden_proto.
	* sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
	rtld_hidden_def.
	* elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
Diffstat (limited to 'elf/Versions')
-rw-r--r--elf/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Versions b/elf/Versions
index a49ecbf7de..18d007f6f1 100644
--- a/elf/Versions
+++ b/elf/Versions
@@ -50,7 +50,7 @@ ld {
     _dl_relocate_object; _dl_signal_error; _dl_start_profile; _dl_starting_up;
     _dl_unload_cache;
     _rtld_global; _dl_tls_symaddr; _dl_allocate_tls; _dl_deallocate_tls;
-    _dl_get_tls_static_info;
+    _dl_get_tls_static_info; _dl_allocate_tls_init;
     _dl_get_origin;
   }
 }