glibc/sysdeps/s390/Versions
2014-07-31 20:04:54 +02:00

18 lines
262 B
Plaintext

libc {
GLIBC_2.19 {
setjmp; _setjmp; __sigsetjmp;
longjmp; _longjmp; siglongjmp;
}
}
ld {
GLIBC_2.3 {
# runtime interface to TLS
__tls_get_offset;
}
GLIBC_PRIVATE {
# Exported by ld used by libc.
__tls_get_addr_internal;
}
}