From bc92b8b0af4a59ea83592d2e1d4bf2c21a06d7ec Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 3 Sep 2005 05:30:59 +0000 Subject: Import latest 'clone' and 'vfork' functions from glibc. These have been tested with the 'linuxthreads' thread model and normal uClibc using the included test suite. This puts me very close to having static NPTL applications working. --- libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S index f82504329..c02ffca93 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S @@ -35,10 +35,4 @@ sw a2, PID_OFFSET(v1); /* Restore the PID. */ \ 1: -#ifdef __UCLIBC__ -#undef weak_alias -#define weak_alias(name, aliasname) #include <../../../../../../../libc/sysdeps/linux/mips/vfork.S> -#else -#include <../sysdeps/unix/sysv/linux/mips/vfork.S> -#endif -- cgit v1.2.3