mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
nptl: Move pthread_attr_setstacksize into libc
The symbol was moved using scripts/move-symbol-to-libc.py. It is necessary to arrange for a __libpthread_version_placeholder@GLIBC_2.6 on some of the powerpc targets. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -3,7 +3,6 @@ GLIBC_2.32 __pthread_register_cancel F
|
||||
GLIBC_2.32 __pthread_register_cancel_defer F
|
||||
GLIBC_2.32 __pthread_unregister_cancel F
|
||||
GLIBC_2.32 __pthread_unregister_cancel_restore F
|
||||
GLIBC_2.32 pthread_attr_setstacksize 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