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:17 +0200 |
commit | b855e52bae0f754150fbad78c76d363b6eb2e53c (patch) | |
tree | 7d4997134e6c2ffbdecae8a6bf1bd19ff5f58a25 /sysdeps/unix/sysv/linux/csky/libpthread.abilist | |
parent | da069d171482032231e1472f8b256f3c043e585f (diff) | |
download | glibc-b855e52bae0f754150fbad78c76d363b6eb2e53c.tar glibc-b855e52bae0f754150fbad78c76d363b6eb2e53c.tar.gz glibc-b855e52bae0f754150fbad78c76d363b6eb2e53c.tar.bz2 glibc-b855e52bae0f754150fbad78c76d363b6eb2e53c.zip |
nptl: Move pthread_attr_setstack 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/csky/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/csky/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/csky/libpthread.abilist b/sysdeps/unix/sysv/linux/csky/libpthread.abilist index 35fd8d28d4..698a342c31 100644 --- a/sysdeps/unix/sysv/linux/csky/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/csky/libpthread.abilist @@ -3,7 +3,6 @@ GLIBC_2.29 __pthread_register_cancel F GLIBC_2.29 __pthread_register_cancel_defer F GLIBC_2.29 __pthread_unregister_cancel F GLIBC_2.29 __pthread_unregister_cancel_restore F -GLIBC_2.29 pthread_attr_setstack F GLIBC_2.29 pthread_attr_setstackaddr F GLIBC_2.29 pthread_attr_setstacksize F GLIBC_2.29 pthread_cancel F |