]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[ld.so] (GLIBC_2.0): Export __libc_internal_tsd_get and
authorUlrich Drepper <drepper@redhat.com>
Sun, 1 Aug 1999 21:51:07 +0000 (21:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 1 Aug 1999 21:51:07 +0000 (21:51 +0000)
__libc_internal_tsd_set.

linuxthreads/Versions

index 66a8f46b5c68a9aa763175a7cb118896e05754a0..5ec3dacd3df18709506760a695ca95ac675d1eec 100644 (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).