mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
ld {
|
|
GLIBC_2.3 {
|
|
# runtime interface to TLS
|
|
__tls_get_offset;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
# Exported by ld used by libc.
|
|
__tls_get_addr_internal;
|
|
}
|
|
}
|