1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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>
This commit is contained in:
Florian Weimer
2021-05-03 08:12:12 +02:00
parent e4036b1ce9
commit deb317d510
65 changed files with 81 additions and 36 deletions

View File

@ -42,9 +42,9 @@ ___pthread_key_delete (pthread_key_t key)
versioned_symbol (libc, ___pthread_key_delete, pthread_key_delete,
GLIBC_2_34);
libc_hidden_ver (___pthread_key_delete, __pthread_key_delete)
versioned_symbol (libc, ___pthread_key_delete, __pthread_key_delete,
GLIBC_PRIVATE);
#ifndef SHARED
strong_alias (___pthread_key_delete, __pthread_key_delete)
#endif
#if OTHER_SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_34)
compat_symbol (libpthread, ___pthread_key_delete, pthread_key_delete,