From: Adhemerval Zanella Date: Tue, 26 Apr 2022 17:20:11 +0000 (-0300) Subject: posix: Remove unused definition on _Fork X-Git-Tag: glibc-2.36~331 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4f7b7d00e02e22acdda8c13e6db47d12a791c5e3;p=glibc.git posix: Remove unused definition on _Fork Checked on x86_64-linux-gnu. --- 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) {