aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions
index e30f73c198..f950b77969 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -111,6 +111,7 @@ libc {
pthread_barrier_wait;
pthread_barrierattr_destroy;
pthread_barrierattr_init;
+ pthread_barrierattr_setpshared;
pthread_condattr_getpshared;
pthread_condattr_setpshared;
pthread_mutex_timedlock;
@@ -229,6 +230,7 @@ libc {
pthread_barrier_wait;
pthread_barrierattr_destroy;
pthread_barrierattr_getpshared;
+ pthread_barrierattr_setpshared;
pthread_barrierattr_init;
pthread_cond_clockwait;
pthread_condattr_getclock;
@@ -381,7 +383,6 @@ libpthread {
GLIBC_2.2 {
pthread_attr_getstack;
pthread_attr_setstack;
- pthread_barrierattr_setpshared;
pthread_getcpuclockid;
pthread_yield;
pthread_rwlock_timedrdlock;