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 b71099b82b..636902919e 100644 --- a/htl/forward.c +++ b/htl/forward.c @@ -58,8 +58,6 @@ FORWARD_NORETURN (__pthread_exit, void, (void *retval), (retval), exit (EXIT_SUCCESS)) strong_alias (__pthread_exit, pthread_exit); -FORWARD (pthread_mutex_destroy, (pthread_mutex_t *mutex), (mutex), 0) - FORWARD (__pthread_setcancelstate, (int state, int *oldstate), (state, oldstate), 0) strong_alias (__pthread_setcancelstate, pthread_setcancelstate); |
