From 56f823abd43c897aa79d89b447fa31b6bb3f14db Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 17 May 2021 09:59:14 +0200 Subject: 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 --- nptl/Versions | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nptl/Versions') diff --git a/nptl/Versions b/nptl/Versions index d9a5c0ee88..1629441f11 100644 --- a/nptl/Versions +++ b/nptl/Versions @@ -174,6 +174,7 @@ libc { pthread_attr_getaffinity_np; pthread_attr_setaffinity_np; pthread_setaffinity_np; + pthread_setschedprio; } GLIBC_2.4 { pthread_mutex_consistent_np; @@ -332,6 +333,7 @@ libc { pthread_setattr_default_np; pthread_setconcurrency; pthread_setname_np; + pthread_setschedprio; pthread_setspecific; pthread_spin_destroy; pthread_spin_init; @@ -462,8 +464,7 @@ libpthread { } GLIBC_2.3.4 { - pthread_getaffinity_np; - pthread_setschedprio; + __libpthread_version_placeholder; } GLIBC_2.4 { -- cgit v1.2.3-70-g09d2