From 9b0a6cee0cb8c3fecbaffac38cfab776ef5e9321 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 1 Aug 1999 21:51:07 +0000 Subject: [PATCH] [ld.so] (GLIBC_2.0): Export __libc_internal_tsd_get and __libc_internal_tsd_set. --- linuxthreads/Versions | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 66a8f46b5c6..5ec3dacd3df 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -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). -- 2.47.3