From f0929a227b408f369c410645a87d3175a23876b0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 10 Feb 2020 11:23:32 +0100 Subject: nptl: Move pthread_attr_setschedpolicy implementation into libc This is part of the libpthread removal project: Reviewed-by: Adhemerval Zanella --- nptl/forward.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nptl/forward.c') diff --git a/nptl/forward.c b/nptl/forward.c index ed5b6c9bb4..7e7fcf2c59 100644 --- a/nptl/forward.c +++ b/nptl/forward.c @@ -56,9 +56,6 @@ name decl \ FORWARD2 (name, int, decl, params, return defretval) -FORWARD (pthread_attr_setschedpolicy, (pthread_attr_t *attr, int policy), - (attr, policy), 0) - FORWARD (pthread_attr_getscope, (const pthread_attr_t *attr, int *scope), (attr, scope), 0) FORWARD (pthread_attr_setscope, (pthread_attr_t *attr, int scope), -- cgit 1.4.1