From 2ea44632aac286a927069a1fb1f979db23c0b3c4 Mon Sep 17 00:00:00 2001 From: austinf Date: Thu, 19 Mar 2009 07:29:30 +0000 Subject: 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. --- libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/createthread.c') 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 +#include -- cgit v1.2.3