From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42333 invoked by alias); 3 Apr 2018 00:30:45 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 42313 invoked by uid 89); 3 Apr 2018 00:30:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_NEUTRAL autolearn=ham version=3.3.2 spammy= X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] hurd: Fix typo Date: Tue, 03 Apr 2018 00:30:00 -0000 Message-Id: <20180403003039.10635-1-samuel.thibault@ens-lyon.org> X-SW-Source: 2018-04/txt/msg00045.txt.bz2 * htl/pt-cleanup.c: Define __pthread_get_cleanup_stack alias instead of __pthread_cleanup_stack. --- htl/pt-cleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htl/pt-cleanup.c b/htl/pt-cleanup.c index 05c187306c..1b860c7bf7 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) -- 2.16.2