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:13 +0200 |
commit | b5e75df2a5afef1a270a6dbc4a732e830ad212a4 (patch) | |
tree | 0d2a7f803c57b9fd5ff895f6182911baab8a779f /nptl/Makefile | |
parent | fb7abc3441d7cb1970ae51cf546315ee43e3fb74 (diff) | |
download | glibc-b5e75df2a5afef1a270a6dbc4a732e830ad212a4.tar glibc-b5e75df2a5afef1a270a6dbc4a732e830ad212a4.tar.gz glibc-b5e75df2a5afef1a270a6dbc4a732e830ad212a4.tar.bz2 glibc-b5e75df2a5afef1a270a6dbc4a732e830ad212a4.zip |
nptl: Move pthread_attr_getstackaddr 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 945956afb3..0844b5203b 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -70,6 +70,7 @@ routines = \ pthread_attr_getscope \ pthread_attr_getsigmask \ pthread_attr_getstack \ + pthread_attr_getstackaddr \ pthread_attr_init \ pthread_attr_setaffinity \ pthread_attr_setdetachstate \ @@ -195,7 +196,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_attr_getstackaddr \ pthread_attr_getstacksize \ pthread_attr_setguardsize \ pthread_attr_setstack \ |