]> sourceware.org Git - glibc.git/commitdiff
posix: Remove unused definition on _Fork
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 26 Apr 2022 17:20:11 +0000 (14:20 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 26 Apr 2022 17:21:08 +0000 (14:21 -0300)
Checked on x86_64-linux-gnu.

sysdeps/nptl/_Fork.c

index 692a3fc02f7e07a5b574ac497daea86dfc47edc3..dd568992e2520e2f5a03c1cd6db682a6d7802c58 100644 (file)
@@ -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)
 {
This page took 0.048497 seconds and 5 git commands to generate.