diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-17 09:59:14 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-17 10:25:12 +0200 |
commit | 56f823abd43c897aa79d89b447fa31b6bb3f14db (patch) | |
tree | ca7d54a4dbe7bb4387b1474806e67264e804ec83 /nptl/Makefile | |
parent | 8bc6a6d73c7f9004bfa3e81a717300e6d39ac448 (diff) | |
download | glibc-56f823abd43c897aa79d89b447fa31b6bb3f14db.tar.gz glibc-56f823abd43c897aa79d89b447fa31b6bb3f14db.tar.xz glibc-56f823abd43c897aa79d89b447fa31b6bb3f14db.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 5a271fed87..d4cff359b5 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 \ |