From da069d171482032231e1472f8b256f3c043e585f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 11 May 2021 19:32:43 +0200 Subject: nptl: Move pthread_attr_setguardsize into libc The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/Makefile') 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 \ -- cgit v1.1