summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-28 09:04:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-28 09:04:36 -0600
commit7fa25ae24160b5d40ca7f8a6b291634d1df985ef (patch)
tree2ac7239932975f2c91260d374a10e00b41dfad0e
parent514fdcb4f57dd54de66d038dc46b8196ea84f0bf (diff)
downloadnuttx-7fa25ae24160b5d40ca7f8a6b291634d1df985ef.tar.gz
nuttx-7fa25ae24160b5d40ca7f8a6b291634d1df985ef.tar.bz2
nuttx-7fa25ae24160b5d40ca7f8a6b291634d1df985ef.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bef971425..6a045c2fe 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9103,3 +9103,6 @@
function correctly and freeze. Patch moves initialization and
destruction of waitsem, irqsem and readysem to
cc3000_open/cc3000_close.
+ * include/cxx/cctgype: Undefine macros defined ctype.h so that builtin
+ C++ implementations will be used intead. From Lorenz Meier
+ (2014-11-28).