From f5faeff83458b4dc618ca83edd2dd33dbe63c15d Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 22 Jul 2005 07:16:50 +0000 Subject: Add in MIPS-specific implementation of 'vfork' and clean up other files in NPTL to fit within the uClibc infrastructure. --- libpthread/nptl/sysdeps/unix/sysv/linux/pt-fork.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/pt-fork.c') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/pt-fork.c b/libpthread/nptl/sysdeps/unix/sysv/linux/pt-fork.c index a1e228ee2..8569ef0bf 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/pt-fork.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/pt-fork.c @@ -18,7 +18,9 @@ 02111-1307 USA. */ #include - +#ifdef __UCLIBC__ +extern pid_t __libc_fork(void); +#endif pid_t __fork (void) -- cgit v1.2.3