diff options
Diffstat (limited to 'htl/forward.c')
-rw-r--r-- | htl/forward.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/htl/forward.c b/htl/forward.c index 105b46c..179ec60 100644 --- a/htl/forward.c +++ b/htl/forward.c @@ -55,10 +55,6 @@ name decl \ FORWARD (pthread_attr_init, (pthread_attr_t *attr), (attr), 0) -FORWARD (pthread_attr_setschedparam, - (pthread_attr_t *attr, const struct sched_param *param), - (attr, param), 0) - FORWARD (pthread_condattr_destroy, (pthread_condattr_t *attr), (attr), 0) FORWARD (pthread_condattr_init, (pthread_condattr_t *attr), (attr), 0) |