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/libpthread.abilist | |
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/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
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 |