From e9efa23ae121c8976e5dc2bbcf29e029b5087e76 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sun, 14 May 2000 04:19:43 +0000 Subject: Patch from "D. Jeff Dionne / VE3DJF" to allow uC-libc to compile under x86. -Erik --- include/syscall.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include/syscall.h') diff --git a/include/syscall.h b/include/syscall.h index fa08654a3..332b7dd4a 100644 --- a/include/syscall.h +++ b/include/syscall.h @@ -1,6 +1,12 @@ +#if 0 #include - +#endif #define __check_errno(__res) ((__res) >= 0) +#ifdef __mc68000__ #include +#else +#include +#endif + #include -- cgit v1.2.3