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/clone.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/clone.S')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/clone.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/clone.S b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/clone.S index 80c265bf6..add405523 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/clone.S +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/clone.S @@ -1,2 +1,2 @@ #define RESET_PID -#include <sysdeps/unix/sysv/linux/mips/clone.S> +#include <../../../../../../../libc/sysdeps/linux/mips/clone.S> |