aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 09:45:29 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 09:45:29 +0200
commit9f2f158b35b3f293f10158f76624b92515f8d886 (patch)
treeb93d7fa9234825b880d90d949a0ff571ac6b5aa6 /nptl/Makefile
parentd236322b6f342d13bbd3fe97cb72ca53cba1b428 (diff)
downloadglibc-9f2f158b35b3f293f10158f76624b92515f8d886.zip
glibc-9f2f158b35b3f293f10158f76624b92515f8d886.tar.gz
glibc-9f2f158b35b3f293f10158f76624b92515f8d886.tar.bz2
nptl: Move pthread_mutexattr_getprotocol into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index b3d547a..8c9cf9c 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -105,6 +105,7 @@ routines = \
pthread_mutex_unlock \
pthread_mutexattr_destroy \
pthread_mutexattr_getprioceiling \
+ pthread_mutexattr_getprotocol \
pthread_once \
pthread_rwlock_rdlock \
pthread_rwlock_unlock \
@@ -164,7 +165,6 @@ libpthread-routines = \
pthread_getname \
pthread_join \
pthread_join_common \
- pthread_mutexattr_getprotocol \
pthread_mutexattr_getpshared \
pthread_mutexattr_getrobust \
pthread_mutexattr_gettype \