diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S | 6 |
1 files changed, 0 insertions, 6 deletions
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 |