aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:51 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-21 19:49:51 +0200
commit798cacde768c262d3979ba9c5eb224d6837fd92d (patch)
tree1f460c6e50893de64b3258355fc12e4b7753b62f /nptl/Makefile
parenteb29dcde31e7b6f07e7acda161e85d2be69652e4 (diff)
downloadglibc-798cacde768c262d3979ba9c5eb224d6837fd92d.zip
glibc-798cacde768c262d3979ba9c5eb224d6837fd92d.tar.gz
glibc-798cacde768c262d3979ba9c5eb224d6837fd92d.tar.bz2
nptl: Move the internal thread priority protection symbols into libc
This is a prerequisite for moving the mutex implementation. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 db1b2aa..e4dce5f 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -94,6 +94,7 @@ routines = \
pthread_setschedparam \
pthread_setspecific \
pthread_sigmask \
+ tpp \
unwind \
shared-only-routines = forward
@@ -214,7 +215,6 @@ libpthread-routines = \
sem_timedwait \
sem_unlink \
sem_wait \
- tpp \
vars \
version \