From a0922fcb048fb8c4c1cc59db5740f1e599287d16 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 19 Aug 2006 16:13:23 +0000 Subject: * sys/types.h: Correct syntax error caused by missing '\' on #ifdef line. --- newlib/libc/include/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index 7de48b1e9..70d919a46 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -126,7 +126,7 @@ typedef long daddr_t; typedef char * caddr_t; #ifndef __CYGWIN__ -#if defined(__MS_types__) || defined(__rtems__) || +#if defined(__MS_types__) || defined(__rtems__) || \ defined(__sparc__) || defined(__SPU__) typedef unsigned long ino_t; #else -- cgit v1.2.3