diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/sys/rtems/machine/_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <machine/types.h> */ +#define _HAVE_SYSTYPES + #include <machine/_default_types.h> typedef __int32_t blksize_t; |