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/Versions | |
parent | 8bc6a6d73c7f9004bfa3e81a717300e6d39ac448 (diff) | |
download | glibc-56f823abd43c897aa79d89b447fa31b6bb3f14db.tar glibc-56f823abd43c897aa79d89b447fa31b6bb3f14db.tar.gz glibc-56f823abd43c897aa79d89b447fa31b6bb3f14db.tar.bz2 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/Versions')
-rw-r--r-- | nptl/Versions | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |