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:15 +0200 |
commit | da069d171482032231e1472f8b256f3c043e585f (patch) | |
tree | bd887bc56ec0d5027a265b4b6a5349032eebd21c /nptl/Makefile | |
parent | ee092efed40d667b313f0d38c91941499a01bf06 (diff) | |
download | glibc-da069d171482032231e1472f8b256f3c043e585f.zip glibc-da069d171482032231e1472f8b256f3c043e585f.tar.gz glibc-da069d171482032231e1472f8b256f3c043e585f.tar.bz2 |
nptl: Move pthread_attr_setguardsize 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 e785772..9bd601a 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -75,6 +75,7 @@ routines = \ pthread_attr_init \ pthread_attr_setaffinity \ pthread_attr_setdetachstate \ + pthread_attr_setguardsize \ pthread_attr_setinheritsched \ pthread_attr_setschedparam \ pthread_attr_setschedpolicy \ @@ -197,7 +198,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_attr_setguardsize \ pthread_attr_setstack \ pthread_attr_setstackaddr \ pthread_attr_setstacksize \ |