From d4a763f9225a0e89bd7815e9d3766ce9507566fb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 27 Feb 2003 04:09:48 +0000 Subject: (libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd. --- nptl/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nptl') diff --git a/nptl/Versions b/nptl/Versions index 436234a62d..c6346ef8b5 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 { -- cgit v1.2.3