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 /libc/sysdeps/linux/mips/sysdep-nptl.h | |
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 'libc/sysdeps/linux/mips/sysdep-nptl.h')
-rw-r--r-- | libc/sysdeps/linux/mips/sysdep-nptl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/sysdep-nptl.h b/libc/sysdeps/linux/mips/sysdep-nptl.h index 2cc897cdb..e364d774a 100644 --- a/libc/sysdeps/linux/mips/sysdep-nptl.h +++ b/libc/sysdeps/linux/mips/sysdep-nptl.h @@ -193,7 +193,7 @@ #ifdef __ASSEMBLER__ -#include <regdef.h> +#include <sys/regdef.h> #define ENTRY(name) \ .globl name; \ |