glibc/sysdeps/unix/sysv/linux/s390/Versions

17 lines
196 B
Plaintext
Raw Normal View History

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