summaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-27 04:09:48 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-27 04:09:48 +0000
commitd4a763f9225a0e89bd7815e9d3766ce9507566fb (patch)
treea76e7306141f0b0abeb2c2b5c6f84da57be8d02d /nptl/Versions
parentafafddabf379978e4d168d7f6ff855ec34baf20e (diff)
(libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions4
1 files changed, 4 insertions, 0 deletions
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 {