about summary refs log tree commit diff
path: root/linuxthreads/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r--linuxthreads/Versions7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions
index 66a8f46b5c..5ec3dacd3d 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).