[rtems-schedsim commit] schedsim/rtems/wkspace.c: Update to match current prototype

Joel Sherrill joel at rtems.org
Wed May 1 16:05:22 UTC 2013


Module:    rtems-schedsim
Branch:    master
Commit:    957ce3386854e3ff0cc4cbddb75cd1b5dcbcb0f8
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=957ce3386854e3ff0cc4cbddb75cd1b5dcbcb0f8

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Apr 30 19:06:22 2013 -0500

schedsim/rtems/wkspace.c: Update to match current prototype

---

 schedsim/rtems/wkspace.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/schedsim/rtems/wkspace.c b/schedsim/rtems/wkspace.c
index f4209d5..11877a1 100644
--- a/schedsim/rtems/wkspace.c
+++ b/schedsim/rtems/wkspace.c
@@ -30,7 +30,11 @@
 /*
  *  _Workspace_Handler_initialization
  */
-void _Workspace_Handler_initialization(void)
+void _Workspace_Handler_initialization(
+  Heap_Area *areas,
+  size_t area_count,
+  Heap_Initialization_or_extend_handler extend
+)
 {
 }
 




More information about the vc mailing list