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/i386/libc.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/i386/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/libc.abilist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/libc.abilist b/sysdeps/unix/sysv/linux/i386/libc.abilist index 900efc030f..5a74f09266 100644 --- a/sysdeps/unix/sysv/linux/i386/libc.abilist +++ b/sysdeps/unix/sysv/linux/i386/libc.abilist @@ -2229,6 +2229,7 @@ GLIBC_2.3.3 nftw64 F GLIBC_2.3.3 posix_fadvise64 F GLIBC_2.3.3 posix_fallocate64 F GLIBC_2.3.3 pthread_attr_setaffinity_np F +GLIBC_2.3.3 pthread_condattr_getclock F GLIBC_2.3.3 pthread_getaffinity_np F GLIBC_2.3.3 remap_file_pages F GLIBC_2.3.3 sched_getaffinity F @@ -2313,6 +2314,7 @@ GLIBC_2.34 __pthread_once F GLIBC_2.34 __pthread_setspecific F GLIBC_2.34 __pthread_unwind_next F GLIBC_2.34 pthread_cond_clockwait F +GLIBC_2.34 pthread_condattr_getclock F GLIBC_2.34 pthread_getspecific F GLIBC_2.34 pthread_key_create F GLIBC_2.34 pthread_key_delete F |