diff options
Diffstat (limited to 'libpthread/linuxthreads/ptfork.c')
-rw-r--r-- | libpthread/linuxthreads/ptfork.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/linuxthreads/ptfork.c b/libpthread/linuxthreads/ptfork.c index 853aeea92..71404acf1 100644 --- a/libpthread/linuxthreads/ptfork.c +++ b/libpthread/linuxthreads/ptfork.c @@ -23,8 +23,6 @@ #include <bits/libc-lock.h> #include "fork.h" -extern int __libc_fork (void); - pid_t __pthread_fork (struct fork_block *b) { pid_t pid; |