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/sh/le/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/sh/le/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/le/libpthread.abilist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist index ac5627e09d..7592c1ba3c 100644 --- a/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/le/libpthread.abilist @@ -8,7 +8,7 @@ GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.28 thrd_create F GLIBC_2.3.2 __libpthread_version_placeholder F GLIBC_2.3.3 __libpthread_version_placeholder F -GLIBC_2.3.4 pthread_setschedprio F +GLIBC_2.3.4 __libpthread_version_placeholder F GLIBC_2.30 __libpthread_version_placeholder F GLIBC_2.31 __libpthread_version_placeholder F GLIBC_2.4 __libpthread_version_placeholder F |