aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-11 19:32:43 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-11 19:33:17 +0200
commitb855e52bae0f754150fbad78c76d363b6eb2e53c (patch)
tree7d4997134e6c2ffbdecae8a6bf1bd19ff5f58a25 /nptl/Makefile
parentda069d171482032231e1472f8b256f3c043e585f (diff)
downloadglibc-b855e52bae0f754150fbad78c76d363b6eb2e53c.zip
glibc-b855e52bae0f754150fbad78c76d363b6eb2e53c.tar.gz
glibc-b855e52bae0f754150fbad78c76d363b6eb2e53c.tar.bz2
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 9bd601a..a4f1e91 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 \