summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-06 12:11:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-06 12:11:30 -0600
commit9a5a87737c6bca7be544d78907e6b05c4c24e550 (patch)
treef6482a3f9ec4ee77d6a94b2e36fc52539fc2ed59 /nuttx/ChangeLog
parente5ac487a9e40661d4cb877bd68cc864a698d43f4 (diff)
downloadnuttx-9a5a87737c6bca7be544d78907e6b05c4c24e550.tar.gz
nuttx-9a5a87737c6bca7be544d78907e6b05c4c24e550.tar.bz2
nuttx-9a5a87737c6bca7be544d78907e6b05c4c24e550.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 43bf5fcd4..51aa79f8c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9147,3 +9147,7 @@
creation return ENOSPC error if size exceeds the configured size of
pre-allocated messages; Use ENOSPC vs ENOMEM per OpenGroup.org. From
Pierre-Noel Bouteville (2014-12-6).
+ * Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids
+ re-definition errors about the FILE define. From Thomas Gruber via
+ the PX4 repository (2014-12-06).
+