diff options
Diffstat (limited to 'htl/forward.c')
-rw-r--r-- | htl/forward.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/htl/forward.c b/htl/forward.c index 0a7a696..21acf66 100644 --- a/htl/forward.c +++ b/htl/forward.c @@ -57,6 +57,3 @@ name decl \ FORWARD_NORETURN (__pthread_exit, void, (void *retval), (retval), exit (EXIT_SUCCESS)) strong_alias (__pthread_exit, pthread_exit); - -FORWARD2 (__pthread_get_cleanup_stack, struct __pthread_cancelation_handler **, - (void), (), return &__pthread_cleanup_stack); |