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:10 +0200 |
commit | b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13 (patch) | |
tree | 6100fb7c0b1b6b99943a47da6da77ecd0664a525 /sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist | |
parent | f5bc5f6e2a96b8b03d1bf8199a58b1accc3c4c53 (diff) | |
download | glibc-b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13.tar glibc-b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13.tar.gz glibc-b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13.tar.bz2 glibc-b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13.zip |
nptl: Move pthread_attr_getguardsize 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/microblaze/be/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist index 43481f6f38..a58d7dc05e 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist @@ -3,7 +3,6 @@ GLIBC_2.18 __pthread_register_cancel F GLIBC_2.18 __pthread_register_cancel_defer F GLIBC_2.18 __pthread_unregister_cancel F GLIBC_2.18 __pthread_unregister_cancel_restore F -GLIBC_2.18 pthread_attr_getguardsize F GLIBC_2.18 pthread_attr_getstack F GLIBC_2.18 pthread_attr_getstackaddr F GLIBC_2.18 pthread_attr_getstacksize F |