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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/htl/forward.c b/htl/forward.c
index adc64e87ad..76a420acd4 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -67,8 +67,6 @@ FORWARD (pthread_attr_setschedparam,
 	 (pthread_attr_t *attr, const struct sched_param *param),
 	 (attr, param), 0)
 
-FORWARD (pthread_attr_getschedpolicy,
-	 (const pthread_attr_t *attr, int *policy), (attr, policy), 0)
 FORWARD (pthread_attr_setschedpolicy, (pthread_attr_t *attr, int policy),
 	 (attr, policy), 0)