summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 78a6323dd..bb433d6cd 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3158,3 +3158,5 @@
abort return EINTR (or a short transfer size) if a signal is received
while waiting to receive or send serial data. This behavior is required
by POSIX.
+ * include/sys/types.h: Define NULL to be (0) if __cplusplus is defined.
+ (contributed by Mike Smith)