aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions6
1 files changed, 4 insertions, 2 deletions
diff --git a/nptl/Versions b/nptl/Versions
index e290914..97eb605 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -105,10 +105,12 @@ libc {
pthread_mutexattr_getrobust_np;
pthread_mutexattr_setprioceiling;
pthread_mutexattr_setprotocol;
+ pthread_mutexattr_setrobust_np;
}
GLIBC_2.12 {
pthread_mutex_consistent;
pthread_mutexattr_getrobust;
+ pthread_mutexattr_setrobust;
}
# C11 thread symbols.
GLIBC_2.28 {
@@ -158,6 +160,7 @@ libc {
pthread_mutexattr_setprioceiling;
pthread_mutexattr_setprotocol;
pthread_mutexattr_setpshared;
+ pthread_mutexattr_setrobust;
pthread_once;
pthread_rwlock_rdlock;
pthread_rwlock_unlock;
@@ -342,7 +345,7 @@ libpthread {
}
GLIBC_2.4 {
- pthread_mutexattr_setrobust_np;
+ __libpthread_version_placeholder;
};
GLIBC_2.11 {
@@ -351,7 +354,6 @@ libpthread {
GLIBC_2.12 {
pthread_getname_np;
- pthread_mutexattr_setrobust;
pthread_setname_np;
};