diff options
Diffstat (limited to 'htl/pt-cleanup.c')
-rw-r--r-- | htl/pt-cleanup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c index 1b860c7bf7..b4a9834dc1 100644 --- a/htl/pt-cleanup.c +++ b/htl/pt-cleanup.c @@ -21,8 +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_get_cleanup_stack) +libc_hidden_def (__pthread_get_cleanup_stack) |