mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
16 lines
196 B
Text
16 lines
196 B
Text
libc {
|
|
GLIBC_2.19 {
|
|
__longjmp_chk;
|
|
getcontext;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
__vdso_clock_gettime;
|
|
__vdso_clock_getres;
|
|
}
|
|
}
|
|
|
|
libpthread {
|
|
GLIBC_2.19 {
|
|
longjmp; siglongjmp;
|
|
}
|
|
}
|