aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 10:38:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-08-26 10:38:29 +0000
commitac6b3caba1b75ca603e63946f8ca7f54c7ab598f (patch)
treea26d3124642e83737aa8dfef27933c4d9e2e4247 /ports
parentf3c6388ed54a5b50a4fab613822c4d176b9e346c (diff)
downloadChibiOS-ac6b3caba1b75ca603e63946f8ca7f54c7ab598f.tar.gz
ChibiOS-ac6b3caba1b75ca603e63946f8ca7f54c7ab598f.tar.bz2
ChibiOS-ac6b3caba1b75ca603e63946f8ca7f54c7ab598f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@407 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r--ports/ARM7/chtypes.h1
-rw-r--r--ports/ARMCM3/chtypes.h1
-rw-r--r--ports/AVR/chtypes.h1
-rw-r--r--ports/MSP430/chtypes.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/ports/ARM7/chtypes.h b/ports/ARM7/chtypes.h
index 21ee1c045..ab0dc36c8 100644
--- a/ports/ARM7/chtypes.h
+++ b/ports/ARM7/chtypes.h
@@ -22,6 +22,7 @@
#define __need_NULL
#define __need_size_t
+#define __need_ptrdiff_t
#include <stddef.h>
#if !defined(_STDINT_H) && !defined(__STDINT_H_)
diff --git a/ports/ARMCM3/chtypes.h b/ports/ARMCM3/chtypes.h
index 21ee1c045..ab0dc36c8 100644
--- a/ports/ARMCM3/chtypes.h
+++ b/ports/ARMCM3/chtypes.h
@@ -22,6 +22,7 @@
#define __need_NULL
#define __need_size_t
+#define __need_ptrdiff_t
#include <stddef.h>
#if !defined(_STDINT_H) && !defined(__STDINT_H_)
diff --git a/ports/AVR/chtypes.h b/ports/AVR/chtypes.h
index 6e08d93f1..2cd9c681c 100644
--- a/ports/AVR/chtypes.h
+++ b/ports/AVR/chtypes.h
@@ -22,6 +22,7 @@
#define __need_NULL
#define __need_size_t
+#define __need_ptrdiff_t
#include <stddef.h>
#if !defined(_STDINT_H) && !defined(__STDINT_H_)
diff --git a/ports/MSP430/chtypes.h b/ports/MSP430/chtypes.h
index 319b9714e..1b7f3704b 100644
--- a/ports/MSP430/chtypes.h
+++ b/ports/MSP430/chtypes.h
@@ -27,6 +27,7 @@
#define __need_NULL
#define __need_size_t
+#define __need_ptrdiff_t
#include <stddef.h>
#if !defined(_STDINT_H) && !defined(__STDINT_H_)