posix: Remove unused definition on _Fork

Checked on x86_64-linux-gnu.
This commit is contained in:
Adhemerval Zanella 2022-04-26 14:20:11 -03:00
parent 4c5b1cf5a6
commit 4f7b7d00e0

View 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)
{