mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
18 lines
262 B
Plaintext
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;
|
|
}
|
|
}
|