diff options
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/popen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/popen.c b/libc/stdio/popen.c index a77a82e66..ddf881899 100644 --- a/libc/stdio/popen.c +++ b/libc/stdio/popen.c @@ -14,7 +14,7 @@ /* uClinux-2.0 has vfork, but Linux 2.0 doesn't */ #include <sys/syscall.h> -#if ! defined __NR_vfork && defined __UCLIBC_HAS_MMU__ +#if ! defined __NR_vfork #define vfork fork #endif |