From d4a763f9225a0e89bd7815e9d3766ce9507566fb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 27 Feb 2003 04:09:48 +0000 Subject: [PATCH] (libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd. --- nptl/Versions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nptl/Versions b/nptl/Versions index 436234a..c6346ef 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -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 { -- 2.7.4