about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-04-26 14:20:11 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-04-26 14:21:08 -0300
commit4f7b7d00e02e22acdda8c13e6db47d12a791c5e3 (patch)
treec2536df3806dec76888f51fdad35be81c25974ae
parent4c5b1cf5a68c5424323251a0765b1011601548a7 (diff)
downloadglibc-4f7b7d00e02e22acdda8c13e6db47d12a791c5e3.tar.gz
glibc-4f7b7d00e02e22acdda8c13e6db47d12a791c5e3.tar.xz
glibc-4f7b7d00e02e22acdda8c13e6db47d12a791c5e3.zip
posix: Remove unused definition on _Fork
Checked on x86_64-linux-gnu.
-rw-r--r--sysdeps/nptl/_Fork.c3
1 files changed, 0 insertions, 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)
 {