about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/csky/libc.abilist
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-03 08:12:12 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-03 08:17:38 +0200
commitdeb317d5109aecd54573cc0340d23d641d80d45e (patch)
treeb8fdcb9f2dd6f016eccf0768e50acee18eed8d5f /sysdeps/unix/sysv/linux/csky/libc.abilist
parente4036b1ce9fa2f4086b050eb946f169c11efad08 (diff)
downloadglibc-deb317d5109aecd54573cc0340d23d641d80d45e.tar.gz
glibc-deb317d5109aecd54573cc0340d23d641d80d45e.tar.xz
glibc-deb317d5109aecd54573cc0340d23d641d80d45e.zip
nptl: Move tss_delete into libc
The symbol was moved using scripts/move-symbol-to-libc.py.

__pthread_key_delete@@GLIBC_PRIVATE is no longer needed after that,
so it is removed as well.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/csky/libc.abilist')
-rw-r--r--sysdeps/unix/sysv/linux/csky/libc.abilist2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libc.abilist b/sysdeps/unix/sysv/linux/csky/libc.abilist
index 1aacd7ed75..a8ca179158 100644
--- a/sysdeps/unix/sysv/linux/csky/libc.abilist
+++ b/sysdeps/unix/sysv/linux/csky/libc.abilist
@@ -1950,6 +1950,7 @@ GLIBC_2.29 truncate F
 GLIBC_2.29 truncate64 F
 GLIBC_2.29 tsearch F
 GLIBC_2.29 tss_create F
+GLIBC_2.29 tss_delete F
 GLIBC_2.29 ttyname F
 GLIBC_2.29 ttyname_r F
 GLIBC_2.29 ttyslot F
@@ -2254,3 +2255,4 @@ GLIBC_2.34 pthread_spin_trylock F
 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