Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-10-15 21:39:19 +0400
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-10-15 21:39:19 +0400
commit50eb944a7cb0cb6f9b004569127870bcb0dbca4e (patch)
treef93ebb3249bdfafff0d5276cbcb931c4619aa926 /newlib/libc/sys/rtems
parent8635dec1a5ecd0bc18ea7d175b5edcd7ef622b6c (diff)
2013-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libc/sys/rtems/machine/_types.h (_HAVE_SYSTYPES): Define.
Diffstat (limited to 'newlib/libc/sys/rtems')
-rw-r--r--newlib/libc/sys/rtems/machine/_types.h3
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;