public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] posix: Remove unused definition on _Fork
@ 2022-04-26 17:22 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2022-04-26 17:22 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4f7b7d00e02e22acdda8c13e6db47d12a791c5e3

commit 4f7b7d00e02e22acdda8c13e6db47d12a791c5e3
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 <arch-fork.h>
 #include <pthreadP.h>
 
-/* Pointer to the fork generation counter in the thread library.  */
-extern unsigned long int *__fork_generation_pointer attribute_hidden;
-
 pid_t
 _Fork (void)
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-26 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 17:22 [glibc] posix: Remove unused definition on _Fork Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).