diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 10:55:07 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 10:55:07 +0200 |
commit | ed00dcbbd695fedfc60591da24b3555db03b3dd9 (patch) | |
tree | 290f20ebf5ae38c197ef30f3c13e28e7cd8d1bb9 /sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist | |
parent | b76c066d092d78124deeba9b687f5b10924e97de (diff) | |
download | glibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.tar glibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.tar.gz glibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.tar.bz2 glibc-ed00dcbbd695fedfc60591da24b3555db03b3dd9.zip |
nptl: Move pthread_condattr_getclock into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist index f7a78a8540..1340c7b0a5 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist @@ -32,7 +32,6 @@ GLIBC_2.18 pthread_barrierattr_getpshared F GLIBC_2.18 pthread_barrierattr_init F GLIBC_2.18 pthread_barrierattr_setpshared F GLIBC_2.18 pthread_cancel F -GLIBC_2.18 pthread_condattr_getclock F GLIBC_2.18 pthread_condattr_getpshared F GLIBC_2.18 pthread_condattr_setclock F GLIBC_2.18 pthread_condattr_setpshared F |