diff options
Diffstat (limited to 'htl')
-rw-r--r-- | htl/pt-cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c index 05c187306c..1b860c7bf7 100644 --- a/htl/pt-cleanup.c +++ b/htl/pt-cleanup.c @@ -25,4 +25,4 @@ ___pthread_get_cleanup_stack (void) { return &_pthread_self ()->cancelation_handlers; } -strong_alias (___pthread_get_cleanup_stack, __pthread_cleanup_stack) +strong_alias (___pthread_get_cleanup_stack, __pthread_get_cleanup_stack) |