From aa92d44caf6afd2f4969eb16bdad0aba832f66f8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 23 Oct 2015 07:12:44 +0800 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 59cea52f447..69b2461f44e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11040,3 +11040,7 @@ From Alan Carvalho de Assis (2015-10-18). * arch/arm/src/samv7/sam_lowputc.c: Reconfigure System I/O when using USART1. From Frank Benkert (2015-10-20). + * fs/semaphore: Named semaphores: Bad cast in sem_close(). Fixed by + reordering fields of struct nsem_inode_s so that the cast will work + (2015-10-22). +