|
@@ -20,11 +20,7 @@
|
|
|
|
|
|
|
|
extern __typeof(system) __libc_system;
|
|
extern __typeof(system) __libc_system;
|
|
|
#if !defined __UCLIBC_HAS_THREADS_NATIVE__
|
|
#if !defined __UCLIBC_HAS_THREADS_NATIVE__
|
|
|
-/* uClinux-2.0 has vfork, but Linux 2.0 doesn't */
|
|
|
|
|
#include <sys/syscall.h>
|
|
#include <sys/syscall.h>
|
|
|
-#ifndef __NR_vfork
|
|
|
|
|
-# define vfork fork
|
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
|
|
int __libc_system(const char *command)
|
|
int __libc_system(const char *command)
|
|
|
{
|
|
{
|