From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 8BAEB3840C32; Tue, 29 Mar 2022 20:28:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8BAEB3840C32 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] resolv: Make __gai_create_helper_thread static X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: e9aba8dfa2ca830c2b2a6effc992e76617477601 X-Git-Newrev: 371bb77183c187346193c392afcb3d5cf4c249de Message-Id: <20220329202848.8BAEB3840C32@sourceware.org> Date: Tue, 29 Mar 2022 20:28:48 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2022 20:28:48 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=371bb77183c187346193c392afcb3d5cf4c249de commit 371bb77183c187346193c392afcb3d5cf4c249de Author: Adhemerval Zanella Date: Thu Mar 10 10:11:03 2022 -0300 resolv: Make __gai_create_helper_thread static Diff: --- sysdeps/nptl/gai_misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/nptl/gai_misc.h b/sysdeps/nptl/gai_misc.h index c09350c2ed..1274d1050f 100644 --- a/sysdeps/nptl/gai_misc.h +++ b/sysdeps/nptl/gai_misc.h @@ -86,7 +86,7 @@ __gai_start_notify_thread (void) assert_perror (sigerr); } -extern inline int +static inline int __gai_create_helper_thread (pthread_t *threadp, void *(*tf) (void *), void *arg) {