summaryrefslogtreecommitdiff
path: root/htl/pt-cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'htl/pt-cleanup.c')
-rw-r--r--htl/pt-cleanup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c
index 3c2d83a5b5..05c187306c 100644
--- a/htl/pt-cleanup.c
+++ b/htl/pt-cleanup.c
@@ -21,7 +21,8 @@
#include <pt-internal.h>
struct __pthread_cancelation_handler **
-__pthread_get_cleanup_stack (void)
+___pthread_get_cleanup_stack (void)
{
return &_pthread_self ()->cancelation_handlers;
}
+strong_alias (___pthread_get_cleanup_stack, __pthread_cleanup_stack)