mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 22:30:12 +00:00
[ld.so] (GLIBC_2.0): Export __libc_internal_tsd_get and
__libc_internal_tsd_set.
This commit is contained in:
parent
43269d67ae
commit
9b0a6cee0c
@ -22,6 +22,13 @@ libc {
|
||||
}
|
||||
}
|
||||
|
||||
ld.so {
|
||||
GLIBC_2.0 {
|
||||
# Internal libc interface to libpthread
|
||||
__libc_internal_tsd_get; __libc_internal_tsd_set;
|
||||
}
|
||||
}
|
||||
|
||||
libpthread {
|
||||
GLIBC_2.0 {
|
||||
# Hidden entry point (through macros).
|
||||
|
Loading…
Reference in New Issue
Block a user