From ebd4aa91934b487344e9dc469fa986aa7b03aeb5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Sep 2014 10:17:10 -0600 Subject: [PATCH] Update Changelog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab4a1ed75c..a410d3032d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8687,3 +8687,7 @@ 7.6 2014-xx-xx Gregory Nutt * fs/fs.h and other files: Rename fs/fs_internal.h to fs/fs.h (2014-9-28). + * include/nuttx/semaphore.h and fs/fs.h: Add data structures that will + allow us to move name semaphore support out of the OS and into the + VFS (not complete) (2014-9-28). +