mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
nptl: Move pthread_attr_setstack into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -12,7 +12,6 @@ GLIBC_2.11 pthread_sigqueue F
|
||||
GLIBC_2.12 pthread_getname_np F
|
||||
GLIBC_2.12 pthread_setname_np F
|
||||
GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.2 pthread_attr_setstack F
|
||||
GLIBC_2.2 pthread_getcpuclockid F
|
||||
GLIBC_2.2.3 __libpthread_version_placeholder F
|
||||
GLIBC_2.2.6 __libpthread_version_placeholder F
|
||||
@@ -28,5 +27,4 @@ GLIBC_2.3.4 pthread_setschedprio F
|
||||
GLIBC_2.30 __libpthread_version_placeholder F
|
||||
GLIBC_2.31 __libpthread_version_placeholder F
|
||||
GLIBC_2.4 __libpthread_version_placeholder F
|
||||
GLIBC_2.6 pthread_attr_setstack F
|
||||
GLIBC_2.6 pthread_attr_setstacksize F
|
||||
|
Reference in New Issue
Block a user