From f3557869630df8ff423f062b97ad98fee01377e1 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 17 Aug 2005 15:01:22 +0000 Subject: Rename 'fork.c' to be 'fork-nptl.c' because it ends up replacing the object 'libc/sysdeps/linux/common/fork.o' and 'fork' then appears as undefined when applications are linked against uClibc. --- libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c new file mode 100644 index 000000000..06b7e1c69 --- /dev/null +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c @@ -0,0 +1 @@ +#include "../i386/fork.c" -- cgit v1.2.3