mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
nptl: Move pthread_detach, thrd_detach into 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:
@ -15,7 +15,6 @@ GLIBC_2.32 pthread_attr_setstacksize F
|
||||
GLIBC_2.32 pthread_cancel F
|
||||
GLIBC_2.32 pthread_clockjoin_np F
|
||||
GLIBC_2.32 pthread_create F
|
||||
GLIBC_2.32 pthread_detach F
|
||||
GLIBC_2.32 pthread_getattr_default_np F
|
||||
GLIBC_2.32 pthread_getconcurrency F
|
||||
GLIBC_2.32 pthread_getcpuclockid F
|
||||
@ -29,5 +28,4 @@ GLIBC_2.32 pthread_sigqueue F
|
||||
GLIBC_2.32 pthread_timedjoin_np F
|
||||
GLIBC_2.32 pthread_tryjoin_np F
|
||||
GLIBC_2.32 thrd_create F
|
||||
GLIBC_2.32 thrd_detach F
|
||||
GLIBC_2.32 thrd_join F
|
||||
|
Reference in New Issue
Block a user