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 63b5f52275..38b2fcc996 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -63,8 +63,6 @@ FORWARD (pthread_attr_getdetachstate,
 FORWARD (pthread_attr_setdetachstate, (pthread_attr_t *attr, int detachstate),
 	 (attr, detachstate), 0)
 
-FORWARD (pthread_attr_getinheritsched,
-	 (const pthread_attr_t *attr, int *inherit), (attr, inherit), 0)
 FORWARD (pthread_attr_setinheritsched, (pthread_attr_t *attr, int inherit),
 	 (attr, inherit), 0)