From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 0783D3858C83; Tue, 26 Apr 2022 17:22:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0783D3858C83 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] posix: Remove unused definition on _Fork X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/master X-Git-Oldrev: 4c5b1cf5a68c5424323251a0765b1011601548a7 X-Git-Newrev: 4f7b7d00e02e22acdda8c13e6db47d12a791c5e3 Message-Id: <20220426172249.0783D3858C83@sourceware.org> Date: Tue, 26 Apr 2022 17:22:49 +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, 26 Apr 2022 17:22:49 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4f7b7d00e02e22acdda8c13e6db47d12a791c5e3 commit 4f7b7d00e02e22acdda8c13e6db47d12a791c5e3 Author: Adhemerval Zanella Date: Tue Apr 26 14:20:11 2022 -0300 posix: Remove unused definition on _Fork Checked on x86_64-linux-gnu. Diff: --- sysdeps/nptl/_Fork.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sysdeps/nptl/_Fork.c b/sysdeps/nptl/_Fork.c index 692a3fc02f..dd568992e2 100644 --- a/sysdeps/nptl/_Fork.c +++ b/sysdeps/nptl/_Fork.c @@ -19,9 +19,6 @@ #include #include -/* Pointer to the fork generation counter in the thread library. */ -extern unsigned long int *__fork_generation_pointer attribute_hidden; - pid_t _Fork (void) {