From 289804f850784af98cdee7b009e5b52d15a72d31 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 6 Dec 2014 12:11:30 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 43bf5fcd46..51aa79f8c5 100755 --- a/ChangeLog +++ b/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). +