mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
nptl: Move thrd_exit into libc
The symbol was moved using scripts/move-symbol-to-libc.py. The __pthread_exit@@GLIBC_PRIVATE symbol is no longer needed after this change, so remove it. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
@@ -1824,6 +1824,7 @@ GLIBC_2.32 tfind F
|
||||
GLIBC_2.32 tgkill F
|
||||
GLIBC_2.32 thrd_current F
|
||||
GLIBC_2.32 thrd_equal F
|
||||
GLIBC_2.32 thrd_exit F
|
||||
GLIBC_2.32 thrd_sleep F
|
||||
GLIBC_2.32 thrd_yield F
|
||||
GLIBC_2.32 time F
|
||||
@@ -2066,3 +2067,4 @@ GLIBC_2.34 pthread_spin_init F
|
||||
GLIBC_2.34 pthread_spin_lock F
|
||||
GLIBC_2.34 pthread_spin_trylock F
|
||||
GLIBC_2.34 pthread_spin_unlock F
|
||||
GLIBC_2.34 thrd_exit F
|
||||
|
||||
@@ -75,7 +75,6 @@ GLIBC_2.32 sem_unlink F
|
||||
GLIBC_2.32 sem_wait F
|
||||
GLIBC_2.32 thrd_create F
|
||||
GLIBC_2.32 thrd_detach F
|
||||
GLIBC_2.32 thrd_exit F
|
||||
GLIBC_2.32 thrd_join F
|
||||
GLIBC_2.32 tss_create F
|
||||
GLIBC_2.32 tss_delete F
|
||||
|
||||
Reference in New Issue
Block a user