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:20 +0200 |
commit | 870218fb30a83c071b53b036d1eb33df7e30397e (patch) | |
tree | 41fd5c55d08374dd044b248a8b394fb7a5d97369 /sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist | |
parent | 736c57c96cd1fd79905cf0f224ca6e3864eb71b4 (diff) | |
download | glibc-870218fb30a83c071b53b036d1eb33df7e30397e.tar glibc-870218fb30a83c071b53b036d1eb33df7e30397e.tar.gz glibc-870218fb30a83c071b53b036d1eb33df7e30397e.tar.bz2 glibc-870218fb30a83c071b53b036d1eb33df7e30397e.zip |
nptl: Move pthread_attr_setstacksize into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
It is necessary to arrange for a
__libpthread_version_placeholder@GLIBC_2.6 on some of the powerpc
targets.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist b/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist index 8cfc5e41a9..f1d86cffe6 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist @@ -1,7 +1,6 @@ GLIBC_2.0 __errno_location F GLIBC_2.0 pthread_cancel F GLIBC_2.0 pthread_create F -GLIBC_2.1 pthread_attr_setstacksize F GLIBC_2.1 pthread_create F GLIBC_2.1 pthread_getconcurrency F GLIBC_2.1 pthread_setconcurrency F @@ -26,4 +25,4 @@ GLIBC_2.3.4 pthread_setschedprio F GLIBC_2.30 __libpthread_version_placeholder F GLIBC_2.31 __libpthread_version_placeholder F GLIBC_2.4 __libpthread_version_placeholder F -GLIBC_2.6 pthread_attr_setstacksize F +GLIBC_2.6 __libpthread_version_placeholder F |