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:19 +0200 |
commit | 736c57c96cd1fd79905cf0f224ca6e3864eb71b4 (patch) | |
tree | e759014c90e2f32bc1be855a45bc282b731fd6ca /sysdeps/unix/sysv/linux/hppa | |
parent | b855e52bae0f754150fbad78c76d363b6eb2e53c (diff) | |
download | glibc-736c57c96cd1fd79905cf0f224ca6e3864eb71b4.tar.gz glibc-736c57c96cd1fd79905cf0f224ca6e3864eb71b4.tar.xz glibc-736c57c96cd1fd79905cf0f224ca6e3864eb71b4.zip |
nptl: Move pthread_attr_setstackaddr 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/hppa')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/libc.abilist b/sysdeps/unix/sysv/linux/hppa/libc.abilist index 0270163606..c8b2e7996f 100644 --- a/sysdeps/unix/sysv/linux/hppa/libc.abilist +++ b/sysdeps/unix/sysv/linux/hppa/libc.abilist @@ -1289,6 +1289,7 @@ GLIBC_2.2 pthread_attr_setschedparam F GLIBC_2.2 pthread_attr_setschedpolicy F GLIBC_2.2 pthread_attr_setscope F GLIBC_2.2 pthread_attr_setstack F +GLIBC_2.2 pthread_attr_setstackaddr F GLIBC_2.2 pthread_barrier_destroy F GLIBC_2.2 pthread_barrier_init F GLIBC_2.2 pthread_barrier_wait F @@ -2229,6 +2230,7 @@ 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_attr_setstack F +GLIBC_2.34 pthread_attr_setstackaddr 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/hppa/libpthread.abilist b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist index 997e7c3ca7..18a9b6575e 100644 --- a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/hppa/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_setstackaddr F GLIBC_2.2 pthread_attr_setstacksize F GLIBC_2.2 pthread_cancel F GLIBC_2.2 pthread_create F |