From 1db4f8f8389f6a935ecd83aff7fcce5d1cf2c0f3 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Fri, 19 Feb 2010 12:06:03 -0800 Subject: sparc: disable cancellable system, as it fails in strange ways right now Signed-off-by: Austin Foxley --- libc/stdlib/system.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/system.c b/libc/stdlib/system.c index 7026a8d20..4f54d1df9 100644 --- a/libc/stdlib/system.c +++ b/libc/stdlib/system.c @@ -18,7 +18,10 @@ #endif -#if !defined __UCLIBC_HAS_THREADS_NATIVE__ +/* TODO: the cancellable version breaks on sparc currently, + * need to figure out why still + */ +#if !defined __UCLIBC_HAS_THREADS_NATIVE__ || defined __sparc__ /* uClinux-2.0 has vfork, but Linux 2.0 doesn't */ #include #ifndef __NR_vfork -- cgit v1.2.3