(libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.
authorUlrich Drepper <drepper@redhat.com>
Thu, 27 Feb 2003 04:09:48 +0000 (04:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 27 Feb 2003 04:09:48 +0000 (04:09 +0000)
nptl/Versions

index 436234a..c6346ef 100644 (file)
@@ -25,6 +25,10 @@ libc {
     pthread_cond_wait; pthread_cond_signal;
     pthread_cond_broadcast;
   }
+  GLIBC_PRIVATE {
+    # Internal libc interface to libpthread
+    __libc_dl_error_tsd;
+  }
 }
 
 libpthread {