mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +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:
@@ -3,7 +3,6 @@ GLIBC_2.12 pthread_getname_np F
|
||||
GLIBC_2.12 pthread_setname_np F
|
||||
GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.28 thrd_create F
|
||||
GLIBC_2.28 thrd_detach F
|
||||
GLIBC_2.28 thrd_join F
|
||||
GLIBC_2.30 __libpthread_version_placeholder F
|
||||
GLIBC_2.31 pthread_clockjoin_np F
|
||||
@@ -24,7 +23,6 @@ GLIBC_2.4 pthread_attr_setstackaddr F
|
||||
GLIBC_2.4 pthread_attr_setstacksize F
|
||||
GLIBC_2.4 pthread_cancel F
|
||||
GLIBC_2.4 pthread_create F
|
||||
GLIBC_2.4 pthread_detach F
|
||||
GLIBC_2.4 pthread_getconcurrency F
|
||||
GLIBC_2.4 pthread_getcpuclockid F
|
||||
GLIBC_2.4 pthread_join F
|
||||
|
||||
Reference in New Issue
Block a user