From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 5B8503857359; Tue, 10 May 2022 18:23:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B8503857359 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: 3f4e03a5bf3ec87f588b833cee285e3078d198eb X-Git-Newrev: 9f8fbd8137ad855b1443a59fd690c0be1e7e002d Message-Id: <20220510182307.5B8503857359@sourceware.org> Date: Tue, 10 May 2022 18:23:07 +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, 10 May 2022 18:23:07 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9f8fbd8137ad855b1443a59fd690c0be1e7e002d commit 9f8fbd8137ad855b1443a59fd690c0be1e7e002d 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) {