From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 2D3D43841467; Thu, 9 Jun 2022 21:19:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D3D43841467 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: 73959e7f96ce4bb70e09e6c8689ff768d283d06c X-Git-Newrev: d8f79ad86e369fdd7495da34e09a41665462569c Message-Id: <20220609211911.2D3D43841467@sourceware.org> Date: Thu, 9 Jun 2022 21:19:11 +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: Thu, 09 Jun 2022 21:19:11 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d8f79ad86e369fdd7495da34e09a41665462569c commit d8f79ad86e369fdd7495da34e09a41665462569c 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) {