about summary refs log tree commit diff
path: root/htl/forward.c
diff options
context:
space:
mode:
Diffstat (limited to 'htl/forward.c')
-rw-r--r--htl/forward.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/htl/forward.c b/htl/forward.c
index 76a420acd4..f3f2911ff3 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -67,9 +67,6 @@ FORWARD (pthread_attr_setschedparam,
 	 (pthread_attr_t *attr, const struct sched_param *param),
 	 (attr, param), 0)
 
-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),