mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-13 12:40:08 +00:00
f47f1d91af
The symbols were moved using scripts/move-symbol-to-libc.py. The libpthread placeholder symbols need some changes because some symbol versions have gone away completely. But __errno_location@@GLIBC_2.0 still exists, so the GLIBC_2.0 version is still there. The internal __pthread_create symbol now points to the correct function, so the sysdeps/nptl/thrd_create.c override is no longer necessary. There was an issue how the hidden alias of pthread_getattr_default_np was defined, so this commit cleans up that aspects and removes the GLIBC_PRIVATE export altogether. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
GLIBC_2.21 __errno_location F
|
|
GLIBC_2.28 __libpthread_version_placeholder F
|
|
GLIBC_2.30 __libpthread_version_placeholder F
|
|
GLIBC_2.31 __libpthread_version_placeholder F
|