17 lines
196 B
Plaintext
Raw Normal View History

libc {
2014-01-07 09:36:31 +01:00
GLIBC_2.19 {
__longjmp_chk;
2014-01-07 09:37:31 +01:00
getcontext;
2014-01-07 09:36:31 +01:00
}
GLIBC_PRIVATE {
__vdso_clock_gettime;
__vdso_clock_getres;
}
}
2014-06-26 09:31:11 -07:00
libpthread {
GLIBC_2.19 {
longjmp; siglongjmp;
}
}