diff options
Diffstat (limited to 'htl/forward.c')
-rw-r--r-- | htl/forward.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/htl/forward.c b/htl/forward.c index 579e8cb..6644d67 100644 --- a/htl/forward.c +++ b/htl/forward.c @@ -59,8 +59,6 @@ FORWARD (pthread_attr_setschedparam, (pthread_attr_t *attr, const struct sched_param *param), (attr, param), 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), (attr, scope), 0) |