From 7bbedbe22bf938ccf32c208c85f0d9173b2a929f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 26 Aug 2009 12:18:42 +0000 Subject: 2009-08-26 Sebastian Huber * sapi/include/rtems/config.h: Changed stack allocator signature to match the one of _Workspace_Allocate(). --- cpukit/ChangeLog | 5 +++++ cpukit/sapi/include/rtems/config.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 1b31862e55..8e85b978ba 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2009-08-26 Sebastian Huber + + * sapi/include/rtems/config.h: Changed stack allocator signature to + match the one of _Workspace_Allocate(). + 2009-08-24 Sebastian Huber * libmisc/stackchk/check.c, rtems/src/regionreturnsegment.c, diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h index 65ccd0fc6b..112390162a 100644 --- a/cpukit/sapi/include/rtems/config.h +++ b/cpukit/sapi/include/rtems/config.h @@ -145,7 +145,7 @@ typedef struct { /** The BSP may want to provide it's own stack allocation routines. * In this case, the BSP will provide this stack allocation hook. */ - void * (*stack_allocate_hook)( uint32_t ); + void * (*stack_allocate_hook)( size_t ); /** The BSP may want to provide it's own stack free routines. * In this case, the BSP will provide this stack free hook. -- cgit v1.2.3