summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-28 21:56:01 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-28 21:56:06 +0100
commit2ead0715118c9f1332982546992dc2cd33eb0afe (patch)
tree1596230c0a26a297a301194a6e0d603c35916278
parent0ea0b8ab46fea4fc58aa2daafdcc71ce3dafedd9 (diff)
Fix version of pthread_hurd_cond_*wait_np
* Versions (pthread_hurd_cond_timedwait_np, pthread_hurd_cond_wait_np): Move to GLIBC_2.21.
-rw-r--r--Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/Versions b/Versions
index 67c6032..9d41b0c 100644
--- a/Versions
+++ b/Versions
@@ -136,7 +136,7 @@ libpthread {
__pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
_pthread_spin_lock;
}
- GLIBC_2.17 {
+ GLIBC_2.21 {
pthread_hurd_cond_wait_np;
pthread_hurd_cond_timedwait_np;
}