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:11 +0200 |
commit | fb7abc3441d7cb1970ae51cf546315ee43e3fb74 (patch) | |
tree | aebdf636531126ffef86833fc64df79889849a91 /nptl/Makefile | |
parent | b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13 (diff) | |
download | glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.tar.gz glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.tar.xz glibc-fb7abc3441d7cb1970ae51cf546315ee43e3fb74.zip |
nptl: Move pthread_attr_getstack 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 bb30f01045..945956afb3 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -69,6 +69,7 @@ routines = \ pthread_attr_getschedpolicy \ pthread_attr_getscope \ pthread_attr_getsigmask \ + pthread_attr_getstack \ pthread_attr_init \ pthread_attr_setaffinity \ pthread_attr_setdetachstate \ @@ -194,7 +195,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_attr_getstack \ pthread_attr_getstackaddr \ pthread_attr_getstacksize \ pthread_attr_setguardsize \ |