From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 2A5673858C50; Tue, 4 Oct 2022 12:56:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A5673858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664888219; bh=r3sDWEOnDJf33p2KxJ0hiKRzEO/EWBaYqJoCewmC768=; h=From:To:Subject:Date:From; b=ENOHfNPie7GJPHJ0yFpSsmKT7W2u9Pe0JOgPFE8IppUBQiO+bRPlvH9NzGEtoMxWj 3zZwGhc4rGrKKlxP9qxDg2UwtaW+EtDM/2gDfXWJtnOE/ozRg8tDd9bI0OuIk+C03b GYFjliRUxYVl8XTkSFO5zZLzFFwpCPf1sfg4fe5w= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events, X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: 856eecac217b5aa08d24dee8a3e2cd19fb07dcf3 X-Git-Newrev: 1b68d46e3df8f64267b6759a9fa57058d9467d26 Message-Id: <20221004125659.2A5673858C50@sourceware.org> Date: Tue, 4 Oct 2022 12:56:59 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1b68d46e3df8f64267b6759a9fa57058d9467d26 commit 1b68d46e3df8f64267b6759a9fa57058d9467d26 Author: Adhemerval Zanella Date: Tue Mar 15 10:13:14 2022 -0300 nptl: Use hidden_proto3 for __nptl_threads_events, Diff: --- nptl/pthread_create.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 32ae2f4b2f..7fdf3fae9b 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -45,8 +45,7 @@ /* Globally enabled events. */ -td_thr_events_t __nptl_threads_events; -libc_hidden_proto (__nptl_threads_events) +td_thr_events_t hidden_proto3 (__nptl_threads_events, ); libc_hidden_data_def (__nptl_threads_events) /* Pointer to descriptor with the last event. */