From b5668f08ea2d6fa9dbb5046e2aee341d33d7cf13 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 11 May 2021 19:32:43 +0200 Subject: nptl: Move pthread_attr_getguardsize 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 d55f8c6b00..bb30f01045 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -63,6 +63,7 @@ routines = \ pthread_attr_extension \ pthread_attr_getaffinity \ pthread_attr_getdetachstate \ + pthread_attr_getguardsize \ pthread_attr_getinheritsched \ pthread_attr_getschedparam \ pthread_attr_getschedpolicy \ @@ -193,7 +194,6 @@ libpthread-routines = \ libpthread-compat \ nptl-init \ pt-interp \ - pthread_attr_getguardsize \ pthread_attr_getstack \ pthread_attr_getstackaddr \ pthread_attr_getstacksize \ -- cgit 1.4.1