summaryrefslogtreecommitdiff
path: root/htl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'htl/Versions')
-rw-r--r--htl/Versions10
1 files changed, 7 insertions, 3 deletions
diff --git a/htl/Versions b/htl/Versions
index ed29636917..0eff9fd7be 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -127,7 +127,10 @@ libc {
pthread_cond_init; pthread_cond_signal; pthread_cond_wait;
pthread_cond_timedwait;
pthread_equal;
- pthread_exit; pthread_getschedparam; pthread_setschedparam;
+ pthread_exit;
+ pthread_hurd_cond_wait_np;
+ pthread_hurd_cond_timedwait_np;
+ pthread_getschedparam; pthread_setschedparam;
pthread_mutex_destroy; pthread_mutex_init;
pthread_mutex_lock; pthread_mutex_unlock;
pthread_self; pthread_setcancelstate; pthread_setcanceltype;
@@ -231,6 +234,8 @@ libc {
pthread_getconcurrency;
pthread_getcpuclockid;
pthread_getname_np;
+ pthread_hurd_cond_wait_np;
+ pthread_hurd_cond_timedwait_np;
pthread_join;
pthread_kill;
pthread_mutex_transfer_np;
@@ -338,8 +343,7 @@ libpthread {
_pthread_spin_lock;
}
GLIBC_2.21 {
- pthread_hurd_cond_wait_np;
- pthread_hurd_cond_timedwait_np;
+ __libpthread_version_placeholder;
}
GLIBC_2.32 {