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 /nptl/Makefile | |
parent | da069d171482032231e1472f8b256f3c043e585f (diff) | |
download | glibc-b855e52bae0f754150fbad78c76d363b6eb2e53c.tar.gz glibc-b855e52bae0f754150fbad78c76d363b6eb2e53c.tar.xz 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 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 9bd601ae57..a4f1e91649 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -82,6 +82,7 @@ routines = \ pthread_attr_setscope \ pthread_attr_setsigmask \ pthread_attr_setsigmask_internal \ + pthread_attr_setstack \ pthread_barrier_destroy \ pthread_barrier_init \ pthread_barrier_wait \ @@ -198,7 +199,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_attr_setstack \ pthread_attr_setstackaddr \ pthread_attr_setstacksize \ pthread_cancel \ |