summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-29 14:26:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-29 14:26:12 +0000
commit2ff21a4ebbe5385a702567220d6287b66cd9328b (patch)
tree349f1810aca17c286eef47de73598a27dd781d52 /nuttx/ChangeLog
parentbc04273fb6fc7ea5392b69001e9a597f8996a65b (diff)
downloadnuttx-2ff21a4ebbe5385a702567220d6287b66cd9328b.tar.gz
nuttx-2ff21a4ebbe5385a702567220d6287b66cd9328b.tar.bz2
nuttx-2ff21a4ebbe5385a702567220d6287b66cd9328b.zip
wchar_t is a C++ built in and should not (always) be defined
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4128 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fc19a55b9..de0f8872f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2222,3 +2222,6 @@
STM32F50xxx family of MCUs.
* configs/stm3240g-eval: Add framework for the STMicro STM3240G-EVAL
board.
+ * include/sys/types.h: wchar_t is a builtin type in C++ and its
+ declaration can cause errors with certain C++ compilers.
+