about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 09:42:51 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 09:42:51 +0200
commit4b85c6f55fa9be1b1ff2c5ac67c8dcb63f883789 (patch)
treeda11a95640f57027d7cc53727835b35de55fbbd4 /nptl/Makefile
parent10624a97e8e47004985740cbb04060a84cfada76 (diff)
downloadglibc-4b85c6f55fa9be1b1ff2c5ac67c8dcb63f883789.tar.gz
glibc-4b85c6f55fa9be1b1ff2c5ac67c8dcb63f883789.tar.xz
glibc-4b85c6f55fa9be1b1ff2c5ac67c8dcb63f883789.zip
nptl: Move pthread_mutex_getprioceiling 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 294bb2faa4..2f8cebb760 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -96,6 +96,7 @@ routines = \
   pthread_mutex_conf \
   pthread_mutex_consistent \
   pthread_mutex_destroy \
+  pthread_mutex_getprioceiling \
   pthread_mutex_init \
   pthread_mutex_lock \
   pthread_mutex_unlock \
@@ -158,7 +159,6 @@ libpthread-routines = \
   pthread_getname \
   pthread_join \
   pthread_join_common \
-  pthread_mutex_getprioceiling \
   pthread_mutex_setprioceiling \
   pthread_mutex_timedlock \
   pthread_mutex_trylock \