diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-03 05:30:59 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-03 05:30:59 +0000 |
commit | bc92b8b0af4a59ea83592d2e1d4bf2c21a06d7ec (patch) | |
tree | 68b6d1d65266e5e51f41bd292b6ab937f84af01b /libpthread/nptl/sysdeps/unix/sysv/linux/mips/pt-vfork.S | |
parent | 9b753727a42d0be0bc0fe110b4d0c582fefc9832 (diff) | |
download | uClibc-alpine-bc92b8b0af4a59ea83592d2e1d4bf2c21a06d7ec.tar.bz2 uClibc-alpine-bc92b8b0af4a59ea83592d2e1d4bf2c21a06d7ec.tar.xz |
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.
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 |