mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +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:
@@ -2069,6 +2069,7 @@ GLIBC_2.28 renameat2 F
|
||||
GLIBC_2.28 statx F
|
||||
GLIBC_2.28 thrd_current F
|
||||
GLIBC_2.28 thrd_equal F
|
||||
GLIBC_2.28 thrd_exit F
|
||||
GLIBC_2.28 thrd_sleep F
|
||||
GLIBC_2.28 thrd_yield F
|
||||
GLIBC_2.29 getcpu F
|
||||
@@ -2348,6 +2349,7 @@ 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
|
||||
GLIBC_2.4 _IO_fprintf F
|
||||
GLIBC_2.4 _IO_printf F
|
||||
GLIBC_2.4 _IO_sprintf F
|
||||
|
@@ -71,7 +71,6 @@ GLIBC_2.2.3 __libpthread_version_placeholder F
|
||||
GLIBC_2.2.6 __libpthread_version_placeholder F
|
||||
GLIBC_2.28 thrd_create F
|
||||
GLIBC_2.28 thrd_detach F
|
||||
GLIBC_2.28 thrd_exit F
|
||||
GLIBC_2.28 thrd_join F
|
||||
GLIBC_2.28 tss_create F
|
||||
GLIBC_2.28 tss_delete F
|
||||
|
@@ -2073,6 +2073,7 @@ GLIBC_2.28 renameat2 F
|
||||
GLIBC_2.28 statx F
|
||||
GLIBC_2.28 thrd_current F
|
||||
GLIBC_2.28 thrd_equal F
|
||||
GLIBC_2.28 thrd_exit F
|
||||
GLIBC_2.28 thrd_sleep F
|
||||
GLIBC_2.28 thrd_yield F
|
||||
GLIBC_2.29 getcpu F
|
||||
@@ -2381,6 +2382,7 @@ 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
|
||||
GLIBC_2.4 _IO_fprintf F
|
||||
GLIBC_2.4 _IO_printf F
|
||||
GLIBC_2.4 _IO_sprintf F
|
||||
|
@@ -137,6 +137,7 @@ GLIBC_2.28 renameat2 F
|
||||
GLIBC_2.28 statx F
|
||||
GLIBC_2.28 thrd_current F
|
||||
GLIBC_2.28 thrd_equal F
|
||||
GLIBC_2.28 thrd_exit F
|
||||
GLIBC_2.28 thrd_sleep F
|
||||
GLIBC_2.28 thrd_yield F
|
||||
GLIBC_2.29 getcpu F
|
||||
@@ -2202,6 +2203,7 @@ 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
|
||||
GLIBC_2.4 _IO_fprintf F
|
||||
GLIBC_2.4 _IO_printf F
|
||||
GLIBC_2.4 _IO_sprintf F
|
||||
|
@@ -5,7 +5,6 @@ GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.18 pthread_setattr_default_np F
|
||||
GLIBC_2.28 thrd_create F
|
||||
GLIBC_2.28 thrd_detach F
|
||||
GLIBC_2.28 thrd_exit F
|
||||
GLIBC_2.28 thrd_join F
|
||||
GLIBC_2.28 tss_create F
|
||||
GLIBC_2.28 tss_delete F
|
||||
|
@@ -2306,6 +2306,7 @@ GLIBC_2.28 renameat2 F
|
||||
GLIBC_2.28 statx F
|
||||
GLIBC_2.28 thrd_current F
|
||||
GLIBC_2.28 thrd_equal F
|
||||
GLIBC_2.28 thrd_exit F
|
||||
GLIBC_2.28 thrd_sleep F
|
||||
GLIBC_2.28 thrd_yield F
|
||||
GLIBC_2.29 getcpu F
|
||||
@@ -2503,3 +2504,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
|
||||
|
@@ -71,7 +71,6 @@ GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.18 pthread_setattr_default_np F
|
||||
GLIBC_2.28 thrd_create F
|
||||
GLIBC_2.28 thrd_detach F
|
||||
GLIBC_2.28 thrd_exit F
|
||||
GLIBC_2.28 thrd_join F
|
||||
GLIBC_2.28 tss_create F
|
||||
GLIBC_2.28 tss_delete F
|
||||
|
Reference in New Issue
Block a user