From f2323817dde1e87d44e058af5954c25d72fbdb11 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 10 Feb 2020 11:51:05 +0100 Subject: nptl: Move pthread_setschedparam implementation into libc This is part of the libpthread removal project: 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 9521fac620..e554a3898d 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -58,6 +58,7 @@ routines = \ pthread_equal \ pthread_getschedparam \ pthread_self \ + pthread_setschedparam \ register-atfork \ shared-only-routines = forward @@ -80,7 +81,6 @@ libpthread-routines = nptl-init nptlfreeres vars events version pt-interp \ pthread_join pthread_tryjoin pthread_timedjoin \ pthread_clockjoin pthread_join_common pthread_yield \ pthread_getconcurrency pthread_setconcurrency \ - pthread_setschedparam \ pthread_setschedprio \ pthread_attr_getguardsize pthread_attr_setguardsize \ pthread_attr_getstackaddr pthread_attr_setstackaddr \ -- cgit 1.4.1