diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-04-21 19:49:50 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-04-21 19:49:50 +0200 |
commit | 5715c29e91076800418833f2196f2082f439da75 (patch) | |
tree | a55e45379c0b3f134471312e55d87166f46ca894 /sysdeps/unix/sysv/linux/hppa/libpthread.abilist | |
parent | f03b78fae46905a5676c7b7f360cadba2f290708 (diff) | |
download | glibc-5715c29e91076800418833f2196f2082f439da75.tar glibc-5715c29e91076800418833f2196f2082f439da75.tar.gz glibc-5715c29e91076800418833f2196f2082f439da75.tar.bz2 glibc-5715c29e91076800418833f2196f2082f439da75.zip |
nptl: Move __pthread_cleanup_routine into libc
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist index 6764f829d5..426857eac7 100644 --- a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist @@ -149,7 +149,6 @@ GLIBC_2.3.2 pthread_cond_broadcast F GLIBC_2.3.2 pthread_cond_signal F GLIBC_2.3.2 pthread_cond_timedwait F GLIBC_2.3.2 pthread_cond_wait F -GLIBC_2.3.3 __pthread_cleanup_routine F GLIBC_2.3.3 __pthread_register_cancel F GLIBC_2.3.3 __pthread_register_cancel_defer F GLIBC_2.3.3 __pthread_unregister_cancel F |