diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 11:56:37 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 20:21:30 +0200 |
commit | d7c51fe4f0efd7f3ca505b5d5b3a02d5d72d9bbd (patch) | |
tree | 2b7345efa44b58f1bc05800fd4e76df39a6737d6 /sysdeps/unix/sysv/linux/arm/le | |
parent | c4c53e0f56ed14ba2416bb0181e82a9d49eefde0 (diff) | |
download | glibc-d7c51fe4f0efd7f3ca505b5d5b3a02d5d72d9bbd.tar.gz glibc-d7c51fe4f0efd7f3ca505b5d5b3a02d5d72d9bbd.tar.xz glibc-d7c51fe4f0efd7f3ca505b5d5b3a02d5d72d9bbd.zip |
nptl: Move pthread_cancel into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/le')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/le/libc.abilist b/sysdeps/unix/sysv/linux/arm/le/libc.abilist index baa3364593..705bf84339 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libc.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libc.abilist @@ -222,6 +222,7 @@ GLIBC_2.34 pthread_barrierattr_destroy F GLIBC_2.34 pthread_barrierattr_getpshared F GLIBC_2.34 pthread_barrierattr_init F GLIBC_2.34 pthread_barrierattr_setpshared F +GLIBC_2.34 pthread_cancel F GLIBC_2.34 pthread_clockjoin_np F GLIBC_2.34 pthread_cond_clockwait F GLIBC_2.34 pthread_condattr_getclock F @@ -1709,6 +1710,7 @@ GLIBC_2.4 pthread_barrierattr_destroy F GLIBC_2.4 pthread_barrierattr_getpshared F GLIBC_2.4 pthread_barrierattr_init F GLIBC_2.4 pthread_barrierattr_setpshared F +GLIBC_2.4 pthread_cancel F GLIBC_2.4 pthread_cond_broadcast F GLIBC_2.4 pthread_cond_destroy F GLIBC_2.4 pthread_cond_init F diff --git a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist index 7c8d8daa2a..c8c616d254 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist @@ -7,7 +7,6 @@ GLIBC_2.30 __libpthread_version_placeholder F GLIBC_2.31 __libpthread_version_placeholder F GLIBC_2.4 __errno_location F GLIBC_2.4 __libpthread_version_placeholder F -GLIBC_2.4 pthread_cancel F GLIBC_2.4 pthread_create F GLIBC_2.4 pthread_getconcurrency F GLIBC_2.4 pthread_getcpuclockid F |