From 50eb944a7cb0cb6f9b004569127870bcb0dbca4e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Oct 2013 17:39:19 +0000 Subject: 2013-10-10 Sebastian Huber * libc/sys/rtems/machine/_types.h (_HAVE_SYSTYPES): Define. --- newlib/libc/sys/rtems/machine/_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newlib/libc/sys/rtems') diff --git a/newlib/libc/sys/rtems/machine/_types.h b/newlib/libc/sys/rtems/machine/_types.h index e0d93f7fe..1711c7ae8 100644 --- a/newlib/libc/sys/rtems/machine/_types.h +++ b/newlib/libc/sys/rtems/machine/_types.h @@ -5,6 +5,9 @@ #ifndef _MACHINE__TYPES_H #define _MACHINE__TYPES_H +/* This disables some conflicting type definitions in */ +#define _HAVE_SYSTYPES + #include typedef __int32_t blksize_t; -- cgit v1.2.3