diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:45:29 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 09:45:29 +0200 |
commit | 9f2f158b35b3f293f10158f76624b92515f8d886 (patch) | |
tree | b93d7fa9234825b880d90d949a0ff571ac6b5aa6 /nptl/Versions | |
parent | d236322b6f342d13bbd3fe97cb72ca53cba1b428 (diff) | |
download | glibc-9f2f158b35b3f293f10158f76624b92515f8d886.tar.gz glibc-9f2f158b35b3f293f10158f76624b92515f8d886.tar.xz glibc-9f2f158b35b3f293f10158f76624b92515f8d886.zip |
nptl: Move pthread_mutexattr_getprotocol into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'nptl/Versions')
-rw-r--r-- | nptl/Versions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions index fe9c869795..1cb98b843e 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -95,6 +95,7 @@ libc { pthread_mutex_getprioceiling; pthread_mutex_setprioceiling; pthread_mutexattr_getprioceiling; + pthread_mutexattr_getprotocol; } GLIBC_2.12 { pthread_mutex_consistent; @@ -139,6 +140,7 @@ libc { pthread_mutex_setprioceiling; pthread_mutexattr_destroy; pthread_mutexattr_getprioceiling; + pthread_mutexattr_getprotocol; pthread_once; pthread_rwlock_rdlock; pthread_rwlock_unlock; @@ -329,7 +331,6 @@ libpthread { } GLIBC_2.4 { - pthread_mutexattr_getprotocol; pthread_mutexattr_getrobust_np; pthread_mutexattr_setprioceiling; pthread_mutexattr_setprotocol; |