mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
81dfc6694c
The definitions in libc are sufficient, the forwarders are no longer needed. The symbols have been moved using scripts/move-symbol-to-libc.py. s390-linux-gnu and s390x-linux-gnu need a new version placeholder to keep the GLIBC_2.19 symbol version in libpthread. Tested on i386-linux-gnu, powerpc64le-linux-gnu, s390x-linux-gnu, x86_64-linux-gnu. Built with build-many-glibcs.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
17 lines
209 B
Plaintext
17 lines
209 B
Plaintext
libc {
|
|
GLIBC_2.19 {
|
|
__longjmp_chk;
|
|
getcontext;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
__vdso_clock_gettime;
|
|
__vdso_clock_getres;
|
|
}
|
|
}
|
|
|
|
libpthread {
|
|
GLIBC_2.19 {
|
|
__libpthread_version_placeholder;
|
|
}
|
|
}
|