From 01881503631a691c0701434cfe6d70fd8e258534 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 1 Jan 2015 13:34:18 -0600 Subject: remove unused Linux 2.0 compat code, otherwise c6x without NPTL is broken --- libc/stdlib/system.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/system.c b/libc/stdlib/system.c index 7f81f947a..8a6734db7 100644 --- a/libc/stdlib/system.c +++ b/libc/stdlib/system.c @@ -20,11 +20,7 @@ extern __typeof(system) __libc_system; #if !defined __UCLIBC_HAS_THREADS_NATIVE__ -/* uClinux-2.0 has vfork, but Linux 2.0 doesn't */ #include -#ifndef __NR_vfork -# define vfork fork -#endif int __libc_system(const char *command) { -- cgit v1.2.3