]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/newlib-tumbl.git/commitdiff
* sys/types.h: Correct syntax error caused by missing '\' on #ifdef line.
authorChristopher Faylor <cgf@redhat.com>
Sat, 19 Aug 2006 16:13:23 +0000 (16:13 +0000)
committerChristopher Faylor <cgf@redhat.com>
Sat, 19 Aug 2006 16:13:23 +0000 (16:13 +0000)
newlib/ChangeLog
newlib/libc/include/sys/types.h

index 5ddb8f08f119bc1ebb06659201ec391655a251e7..9e068c8a3f01e5c681e3d8f2d2c7e0874589c203 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-19  Ramana Radhakrishnan  <ramana.r@gmail.com>
+
+       * sys/types.h: Correct syntax error caused by missing '\' on #ifdef
+       line.
+
 2006-08-17  Brian Ford  <Brian.Ford@FlightSafety.com>
 
        * libc/time/gmtime.c: Correct man page; clock is not a
index 7de48b1e91f1680c6a1e3f57002674e8209fe128..70d919a46707fbbb626b6b1be4c87af7ff2c8004 100644 (file)
@@ -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