From 572446c2c06ae715e33540251af65fb5ff26e92d Mon Sep 17 00:00:00 2001 From: David McCullough Date: Thu, 28 Jun 2001 02:12:09 +0000 Subject: sysdep.h was not providing all the needed bits to build working asm with some compilers, so define any macros we need that are not defined already. Needed to include uClibc_config.h to get some defines. New syscall header files for _mmap vfork.c is not used so ditch it. --- libc/sysdeps/linux/sh/_mmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/sh/_mmap.c') diff --git a/libc/sysdeps/linux/sh/_mmap.c b/libc/sysdeps/linux/sh/_mmap.c index 3b68e094d..70155b028 100644 --- a/libc/sysdeps/linux/sh/_mmap.c +++ b/libc/sysdeps/linux/sh/_mmap.c @@ -21,6 +21,7 @@ #include #include +#include #ifdef HIOS -- cgit v1.2.3