[ld.so] (GLIBC_2.0): Export __libc_internal_tsd_get and

__libc_internal_tsd_set.
This commit is contained in:
Ulrich Drepper 1999-08-01 21:51:07 +00:00
parent 43269d67ae
commit 9b0a6cee0c

View File

@ -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).