diff options
| author | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:23:17 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2021-05-03 09:23:44 +0200 |
| commit | c2fd60a5861efef48252f5cc7efc70e1d8a0da9a (patch) | |
| tree | 73039b111fb8f291dfcd4cc91b9f037f82ceda93 /sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist | |
| parent | 0505ae4e3b6d18b7ed1ec4c9b2d7e890acadec93 (diff) | |
| download | glibc-c2fd60a5861efef48252f5cc7efc70e1d8a0da9a.tar.xz glibc-c2fd60a5861efef48252f5cc7efc70e1d8a0da9a.zip | |
nptl: Move pthread_yield into libc, as a compatibility symbol
And deprecate it in <pthread.h>, redirecting it to sched_yield
for the time being.
The symbol was moved using scripts/move-symbol-to-libc.py.
No GLIBC_2.34 symbol version is added because of the compatibility
symbol status.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist')
| -rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist index c7a8b1107a..037f0f2839 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist @@ -35,7 +35,6 @@ GLIBC_2.3 pthread_getcpuclockid F GLIBC_2.3 pthread_join F GLIBC_2.3 pthread_setconcurrency F GLIBC_2.3 pthread_testcancel F -GLIBC_2.3 pthread_yield F GLIBC_2.3 sem_close F GLIBC_2.3 sem_destroy F GLIBC_2.3 sem_getvalue F |
