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:14 +0200 |
commit | ee092efed40d667b313f0d38c91941499a01bf06 (patch) | |
tree | 5571ecfe04ec5157da635316f4a2e598ddac0de0 /nptl/Makefile | |
parent | b5e75df2a5afef1a270a6dbc4a732e830ad212a4 (diff) | |
download | glibc-ee092efed40d667b313f0d38c91941499a01bf06.tar.gz glibc-ee092efed40d667b313f0d38c91941499a01bf06.tar.xz glibc-ee092efed40d667b313f0d38c91941499a01bf06.zip |
nptl: Move pthread_attr_getstacksize 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 0844b5203b..e7857720ba 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -71,6 +71,7 @@ routines = \ pthread_attr_getsigmask \ pthread_attr_getstack \ pthread_attr_getstackaddr \ + pthread_attr_getstacksize \ pthread_attr_init \ pthread_attr_setaffinity \ pthread_attr_setdetachstate \ @@ -196,7 +197,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_attr_getstacksize \ pthread_attr_setguardsize \ pthread_attr_setstack \ pthread_attr_setstackaddr \ |