diff options
-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 { |