summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 12:18:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 12:18:42 +0000
commit7bbedbe22bf938ccf32c208c85f0d9173b2a929f (patch)
tree10a5f670c36124ece82a78d0c65c7b101ab5161c /cpukit/sapi
parent2009-08-26 Sebastian Huber <Sebastian.Huber@embedded-brains.de> (diff)
downloadrtems-7bbedbe22bf938ccf32c208c85f0d9173b2a929f.tar.bz2
2009-08-26 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* sapi/include/rtems/config.h: Changed stack allocator signature to match the one of _Workspace_Allocate().
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/rtems/config.h2
1 files changed, 1 insertions, 1 deletions
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.