mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-30 17:41:16 +03:00
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>
19 lines
814 B
Plaintext
19 lines
814 B
Plaintext
GLIBC_2.0 __errno_location F
|
|
GLIBC_2.1 __libpthread_version_placeholder F
|
|
GLIBC_2.1.1 __libpthread_version_placeholder F
|
|
GLIBC_2.1.2 __libpthread_version_placeholder F
|
|
GLIBC_2.11 __libpthread_version_placeholder F
|
|
GLIBC_2.12 __libpthread_version_placeholder F
|
|
GLIBC_2.18 __libpthread_version_placeholder F
|
|
GLIBC_2.2 __libpthread_version_placeholder F
|
|
GLIBC_2.2.3 __libpthread_version_placeholder F
|
|
GLIBC_2.2.6 __libpthread_version_placeholder F
|
|
GLIBC_2.28 __libpthread_version_placeholder F
|
|
GLIBC_2.3.2 __libpthread_version_placeholder F
|
|
GLIBC_2.3.3 __libpthread_version_placeholder F
|
|
GLIBC_2.3.4 __libpthread_version_placeholder 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 __libpthread_version_placeholder F
|