From ba1f9c01d72e5b108a35bdd0d1db57aaee2ffa2f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 23 Sep 2014 08:48:21 -0600 Subject: [PATCH] Update ChangedLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f6f226f98e..601a659b548 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8635,3 +8635,5 @@ * include/sys/syscall.h, syscall/syscall.csv, syscall_lookup.h, and syscall_stublookup.c: Add system calls for shared memory interfaces (2014-9-22). + * include/nuttx/shm.h, mm/shm/shm.h, and shm_initialize.c: Add shared + memory initialization logic (2014-9-23).