From a062ba38362f370aefac400e34ece13d09083752 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 3 May 2021 08:12:12 +0200 Subject: nptl: Move tss_get into libc The symbol was moved using scripts/move-symbol-to-libc.py. __pthread_getspecific@@GLIBC_2.34 is no longer needed after the move, so it is removed with this commit, too. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- sysdeps/unix/sysv/linux/arc/libc.abilist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/arc/libc.abilist') diff --git a/sysdeps/unix/sysv/linux/arc/libc.abilist b/sysdeps/unix/sysv/linux/arc/libc.abilist index 9522a2169e..0255fcc1e1 100644 --- a/sysdeps/unix/sysv/linux/arc/libc.abilist +++ b/sysdeps/unix/sysv/linux/arc/libc.abilist @@ -1857,6 +1857,7 @@ GLIBC_2.32 truncate64 F GLIBC_2.32 tsearch F GLIBC_2.32 tss_create F GLIBC_2.32 tss_delete F +GLIBC_2.32 tss_get F GLIBC_2.32 ttyname F GLIBC_2.32 ttyname_r F GLIBC_2.32 ttyslot F @@ -2013,7 +2014,6 @@ GLIBC_2.33 stat F GLIBC_2.33 stat64 F GLIBC_2.34 __libc_start_main F GLIBC_2.34 __pthread_cleanup_routine F -GLIBC_2.34 __pthread_getspecific F GLIBC_2.34 __pthread_key_create F GLIBC_2.34 __pthread_mutex_lock F GLIBC_2.34 __pthread_mutex_unlock F @@ -2072,3 +2072,4 @@ GLIBC_2.34 pthread_spin_unlock F GLIBC_2.34 thrd_exit F GLIBC_2.34 tss_create F GLIBC_2.34 tss_delete F +GLIBC_2.34 tss_get F -- cgit 1.4.1