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/nios2/libpthread.abilist | |
parent | f03b78fae46905a5676c7b7f360cadba2f290708 (diff) | |
download | glibc-5715c29e91076800418833f2196f2082f439da75.tar.gz glibc-5715c29e91076800418833f2196f2082f439da75.tar.xz 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/nios2/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist index 43ed7d2118..603f640c5e 100644 --- a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist @@ -3,7 +3,6 @@ GLIBC_2.21 _IO_ftrylockfile F GLIBC_2.21 _IO_funlockfile F GLIBC_2.21 __errno_location F GLIBC_2.21 __h_errno_location F -GLIBC_2.21 __pthread_cleanup_routine F GLIBC_2.21 __pthread_getspecific F GLIBC_2.21 __pthread_key_create F GLIBC_2.21 __pthread_mutex_destroy F |