diff options
Diffstat (limited to 'htl/pt-cleanup.c')
-rw-r--r-- | htl/pt-cleanup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c index 3c2d83a..05c1873 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) |