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:15 +0200 |
commit | da069d171482032231e1472f8b256f3c043e585f (patch) | |
tree | bd887bc56ec0d5027a265b4b6a5349032eebd21c /sysdeps/unix/sysv/linux/sh/be | |
parent | ee092efed40d667b313f0d38c91941499a01bf06 (diff) | |
download | glibc-da069d171482032231e1472f8b256f3c043e585f.tar.gz glibc-da069d171482032231e1472f8b256f3c043e585f.tar.xz glibc-da069d171482032231e1472f8b256f3c043e585f.zip |
nptl: Move pthread_attr_setguardsize 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/sh/be')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/be/libc.abilist b/sysdeps/unix/sysv/linux/sh/be/libc.abilist index adf9c0da37..6d842f9dd4 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libc.abilist @@ -1287,6 +1287,7 @@ GLIBC_2.2 pthread_attr_getstackaddr F GLIBC_2.2 pthread_attr_getstacksize F GLIBC_2.2 pthread_attr_init F GLIBC_2.2 pthread_attr_setdetachstate F +GLIBC_2.2 pthread_attr_setguardsize F GLIBC_2.2 pthread_attr_setinheritsched F GLIBC_2.2 pthread_attr_setschedparam F GLIBC_2.2 pthread_attr_setschedpolicy F @@ -2232,6 +2233,7 @@ GLIBC_2.34 pthread_attr_getguardsize F GLIBC_2.34 pthread_attr_getstack F GLIBC_2.34 pthread_attr_getstackaddr F GLIBC_2.34 pthread_attr_getstacksize F +GLIBC_2.34 pthread_attr_setguardsize F GLIBC_2.34 pthread_barrier_destroy F GLIBC_2.34 pthread_barrier_init F GLIBC_2.34 pthread_barrier_wait F diff --git a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist index 942c029c49..fe752c961f 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libpthread.abilist @@ -3,7 +3,6 @@ GLIBC_2.12 pthread_getname_np F GLIBC_2.12 pthread_setname_np F GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.2 __errno_location F -GLIBC_2.2 pthread_attr_setguardsize F GLIBC_2.2 pthread_attr_setstack F GLIBC_2.2 pthread_attr_setstackaddr F GLIBC_2.2 pthread_attr_setstacksize F |