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 /sysdeps/unix/sysv/linux/nios2 | |
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 'sysdeps/unix/sysv/linux/nios2')
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/nios2/libc.abilist b/sysdeps/unix/sysv/linux/nios2/libc.abilist index 4e91b3f0a0..a54cb8e71c 100644 --- a/sysdeps/unix/sysv/linux/nios2/libc.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libc.abilist @@ -1599,6 +1599,7 @@ GLIBC_2.21 pthread_setcanceltype F GLIBC_2.21 pthread_setconcurrency F GLIBC_2.21 pthread_setname_np F GLIBC_2.21 pthread_setschedparam F +GLIBC_2.21 pthread_setschedprio F GLIBC_2.21 pthread_setspecific F GLIBC_2.21 pthread_sigmask F GLIBC_2.21 pthread_spin_destroy F @@ -2451,6 +2452,7 @@ GLIBC_2.34 pthread_setaffinity_np F GLIBC_2.34 pthread_setattr_default_np F GLIBC_2.34 pthread_setconcurrency F GLIBC_2.34 pthread_setname_np F +GLIBC_2.34 pthread_setschedprio F GLIBC_2.34 pthread_setspecific F GLIBC_2.34 pthread_spin_destroy F GLIBC_2.34 pthread_spin_init F diff --git a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist index fe54b3c7bd..5b2ad8dc3c 100644 --- a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist @@ -1,6 +1,5 @@ GLIBC_2.21 __errno_location F GLIBC_2.21 pthread_create F -GLIBC_2.21 pthread_setschedprio F GLIBC_2.21 pthread_sigqueue F GLIBC_2.28 thrd_create F GLIBC_2.30 __libpthread_version_placeholder F |