From 8f5047323fd3c932197fc3abafe19c69654e5590 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 Nov 2015 08:38:58 -0600 Subject: [PATCH] Update ChangeLog and submodules --- ChangeLog | 7 +++---- arch | 2 +- fs/hostfs/hostfs.h | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02abd97d7e..560b838ccf 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11145,7 +11145,6 @@ that sizeof(size_t) should be the same as sizeof(uinptr_t). mmsize_t should always be 32-bits in any event. The last change to stddef has been backed out. With these changes, the simulator builds without - * fs/hostfs: Add a special file system for use with simulator that - supports access to the host file system from the simulation. From - Ken Petit (2015-11-25). - + * fs/hostfs and arch/sim/src: Add a special file system for use with + simulator that supports access to the host file system from the + simulation. From Ken Petit (2015-11-25). diff --git a/arch b/arch index 93f8b673c8..6e383188c0 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 93f8b673c8d0c4d3f534ef08163d51187a07a390 +Subproject commit 6e383188c0735cb0f813db3d5142541ffd80dad8 diff --git a/fs/hostfs/hostfs.h b/fs/hostfs/hostfs.h index 5e60969835..3982e09184 100644 --- a/fs/hostfs/hostfs.h +++ b/fs/hostfs/hostfs.h @@ -96,7 +96,7 @@ struct hostfs_mountpt_s ****************************************************************************/ /**************************************************************************** - * Internal function prototypes + * Public Function Prototypes ****************************************************************************/ /* Semaphore access for internal use */