From: Samuel Thibault Date: Tue, 3 Apr 2018 00:29:50 +0000 (+0200) Subject: hurd: Fix typo X-Git-Tag: glibc-2.28~404 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62108dbf615381e08369491921f388a718dd002e;p=thirdparty%2Fglibc.git hurd: Fix typo * htl/pt-cleanup.c: Define __pthread_get_cleanup_stack alias instead of __pthread_cleanup_stack. --- diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c index 05c187306c2..1b860c7bf7c 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)