diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-23 11:02:54 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-23 11:02:54 +0200 |
commit | 6a75fefc2c05f1100d1ecd4bd195ea73c1b1a954 (patch) | |
tree | 40d94e759e984c2957ae28b28eb4db2e2b8494aa /sysdeps/unix/sysv/linux/ia64/libc.abilist | |
parent | 2a775a9ea574957248e333595a35a75e43c946dc (diff) | |
download | glibc-6a75fefc2c05f1100d1ecd4bd195ea73c1b1a954.tar glibc-6a75fefc2c05f1100d1ecd4bd195ea73c1b1a954.tar.gz glibc-6a75fefc2c05f1100d1ecd4bd195ea73c1b1a954.tar.bz2 glibc-6a75fefc2c05f1100d1ecd4bd195ea73c1b1a954.zip |
nptl: Move pthread_condattr_setclock into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/libc.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/libc.abilist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/libc.abilist b/sysdeps/unix/sysv/linux/ia64/libc.abilist index 6b6bee4445..63c643ceef 100644 --- a/sysdeps/unix/sysv/linux/ia64/libc.abilist +++ b/sysdeps/unix/sysv/linux/ia64/libc.abilist @@ -2088,6 +2088,7 @@ GLIBC_2.3.3 nftw F GLIBC_2.3.3 nftw64 F GLIBC_2.3.3 pthread_attr_setaffinity_np F GLIBC_2.3.3 pthread_condattr_getclock F +GLIBC_2.3.3 pthread_condattr_setclock F GLIBC_2.3.3 pthread_getaffinity_np F GLIBC_2.3.3 remap_file_pages F GLIBC_2.3.3 sched_getaffinity F @@ -2174,6 +2175,7 @@ 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_condattr_getpshared F +GLIBC_2.34 pthread_condattr_setclock F GLIBC_2.34 pthread_getspecific F GLIBC_2.34 pthread_key_create F GLIBC_2.34 pthread_key_delete F |