aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-17 09:59:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-17 10:25:12 +0200
commit56f823abd43c897aa79d89b447fa31b6bb3f14db (patch)
treeca7d54a4dbe7bb4387b1474806e67264e804ec83 /nptl/Makefile
parent8bc6a6d73c7f9004bfa3e81a717300e6d39ac448 (diff)
downloadglibc-56f823abd43c897aa79d89b447fa31b6bb3f14db.zip
glibc-56f823abd43c897aa79d89b447fa31b6bb3f14db.tar.gz
glibc-56f823abd43c897aa79d89b447fa31b6bb3f14db.tar.bz2
nptl: Move pthread_setschedprio into libc
The symbol was moved using scripts/move-symbol-to-libc.py. The GLIBC_2.3.4 version is now empty, so add a placeholder symbol. 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 5a271fe..d4cff35 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -176,6 +176,7 @@ routines = \
pthread_setconcurrency \
pthread_setname \
pthread_setschedparam \
+ pthread_setschedprio \
pthread_setspecific \
pthread_sigmask \
pthread_spin_destroy \
@@ -210,7 +211,6 @@ libpthread-routines = \
nptl-init \
pt-interp \
pthread_create \
- pthread_setschedprio \
pthread_sigqueue \
version \