aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 09:43:08 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 09:43:08 +0200
commita2975191d0e852ba2501f4cf1588aae76bdad303 (patch)
tree5523f44fd3fd7d06c15842e98d4ecadcd4e01f0a /nptl/Makefile
parent4b85c6f55fa9be1b1ff2c5ac67c8dcb63f883789 (diff)
downloadglibc-a2975191d0e852ba2501f4cf1588aae76bdad303.zip
glibc-a2975191d0e852ba2501f4cf1588aae76bdad303.tar.gz
glibc-a2975191d0e852ba2501f4cf1588aae76bdad303.tar.bz2
nptl: Move pthread_mutex_setprioceiling 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 2f8cebb..573dfd0 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -99,6 +99,7 @@ routines = \
pthread_mutex_getprioceiling \
pthread_mutex_init \
pthread_mutex_lock \
+ pthread_mutex_setprioceiling \
pthread_mutex_unlock \
pthread_once \
pthread_rwlock_rdlock \
@@ -159,7 +160,6 @@ libpthread-routines = \
pthread_getname \
pthread_join \
pthread_join_common \
- pthread_mutex_setprioceiling \
pthread_mutex_timedlock \
pthread_mutex_trylock \
pthread_mutexattr_destroy \