diff options
author | austinf <austinf@localhost> | 2009-03-19 07:29:30 +0000 |
---|---|---|
committer | austinf <austinf@localhost> | 2009-03-19 07:29:30 +0000 |
commit | 2ea44632aac286a927069a1fb1f979db23c0b3c4 (patch) | |
tree | 405585f334c03e95c106924c03ed4642f80874a0 /libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c | |
parent | d38a60ef0325122761dea450cc163ac036d896e7 (diff) | |
download | uClibc-alpine-2ea44632aac286a927069a1fb1f979db23c0b3c4.tar.bz2 uClibc-alpine-2ea44632aac286a927069a1fb1f979db23c0b3c4.tar.xz |
sparc32 nptl functional
* pulled updated asm and headers from glibc for sparc32
* probably no cancellation support yet
* no shared TLS relocs yet, since ldso is hosed on sparc still
note: didn't use TARGET_SUBARCH method of includes since that would cause
other parts of libc to fail currently. Will need to be fixed later.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c b/libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c index 9defac619..9149efe58 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c @@ -21,4 +21,4 @@ #define TLS_VALUE pd /* Get the real implementation. */ -#include <nptl/sysdeps/pthread/createthread.c> +#include <sysdeps/pthread/createthread.c> |