mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_restore to libc
The symbols were moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -340,6 +340,7 @@ GLIBC_2.32 __pthread_mutexattr_init F
|
||||
GLIBC_2.32 __pthread_mutexattr_settype F
|
||||
GLIBC_2.32 __pthread_once F
|
||||
GLIBC_2.32 __pthread_register_cancel F
|
||||
GLIBC_2.32 __pthread_register_cancel_defer F
|
||||
GLIBC_2.32 __pthread_rwlock_destroy F
|
||||
GLIBC_2.32 __pthread_rwlock_init F
|
||||
GLIBC_2.32 __pthread_rwlock_rdlock F
|
||||
@ -349,6 +350,7 @@ GLIBC_2.32 __pthread_rwlock_unlock F
|
||||
GLIBC_2.32 __pthread_rwlock_wrlock F
|
||||
GLIBC_2.32 __pthread_setspecific F
|
||||
GLIBC_2.32 __pthread_unregister_cancel F
|
||||
GLIBC_2.32 __pthread_unregister_cancel_restore F
|
||||
GLIBC_2.32 __pthread_unwind_next F
|
||||
GLIBC_2.32 __ptsname_r_chk F
|
||||
GLIBC_2.32 __pwrite64 F
|
||||
@ -2076,7 +2078,9 @@ GLIBC_2.34 __pthread_key_create F
|
||||
GLIBC_2.34 __pthread_mutex_lock F
|
||||
GLIBC_2.34 __pthread_mutex_unlock F
|
||||
GLIBC_2.34 __pthread_register_cancel F
|
||||
GLIBC_2.34 __pthread_register_cancel_defer F
|
||||
GLIBC_2.34 __pthread_unregister_cancel F
|
||||
GLIBC_2.34 __pthread_unregister_cancel_restore F
|
||||
GLIBC_2.34 __pthread_unwind_next F
|
||||
GLIBC_2.34 call_once F
|
||||
GLIBC_2.34 cnd_broadcast F
|
||||
|
@ -1,6 +1,4 @@
|
||||
GLIBC_2.32 __errno_location F
|
||||
GLIBC_2.32 __pthread_register_cancel_defer F
|
||||
GLIBC_2.32 __pthread_unregister_cancel_restore F
|
||||
GLIBC_2.32 pthread_cancel F
|
||||
GLIBC_2.32 pthread_create F
|
||||
GLIBC_2.32 pthread_getattr_default_np F
|
||||
|
Reference in New Issue
Block a user