diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-27 04:09:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-27 04:09:48 +0000 |
commit | d4a763f9225a0e89bd7815e9d3766ce9507566fb (patch) | |
tree | a76e7306141f0b0abeb2c2b5c6f84da57be8d02d | |
parent | afafddabf379978e4d168d7f6ff855ec34baf20e (diff) | |
download | glibc-d4a763f9225a0e89bd7815e9d3766ce9507566fb.tar.gz glibc-d4a763f9225a0e89bd7815e9d3766ce9507566fb.tar.xz glibc-d4a763f9225a0e89bd7815e9d3766ce9507566fb.zip |
(libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.
-rw-r--r-- | nptl/Versions | 4 |
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 { |