From f1cd3407e4c6767e0bbe2ca122b713c6581b8d67 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 9 Feb 2020 23:13:24 +0000 Subject: htl: clean __pthread_get_cleanup_stack hidden proto --- htl/pt-cleanup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htl/pt-cleanup.c') diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c index 3f5f43f253..a9a7c95847 100644 --- a/htl/pt-cleanup.c +++ b/htl/pt-cleanup.c @@ -21,8 +21,8 @@ #include 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) +hidden_def(__pthread_get_cleanup_stack) -- cgit 1.4.1