diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 19:32:43 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 19:33:11 +0200 |
commit | fb7abc3441d7cb1970ae51cf546315ee43e3fb74 (patch) | |
tree | aebdf636531126ffef86833fc64df79889849a91 /sysdeps/unix/sysv/linux/nios2/libpthread.abilist | |
parent | b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13 (diff) | |
download | glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.tar glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.tar.gz glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.tar.bz2 glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.zip |
nptl: Move pthread_attr_getstack 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/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 41460217d3..55e51e6c92 100644 --- a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist @@ -3,7 +3,6 @@ GLIBC_2.21 __pthread_register_cancel F GLIBC_2.21 __pthread_register_cancel_defer F GLIBC_2.21 __pthread_unregister_cancel F GLIBC_2.21 __pthread_unregister_cancel_restore F -GLIBC_2.21 pthread_attr_getstack F GLIBC_2.21 pthread_attr_getstackaddr F GLIBC_2.21 pthread_attr_getstacksize F GLIBC_2.21 pthread_attr_setguardsize F |