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/ChangeLog | 5 +++++ newlib/libc/include/sys/types.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'newlib') diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 5ddb8f08f..9e068c8a3 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2006-08-19 Ramana Radhakrishnan + + * sys/types.h: Correct syntax error caused by missing '\' on #ifdef + line. + 2006-08-17 Brian Ford * libc/time/gmtime.c: Correct man page; clock is not a 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