forked from Imagelibrary/rtems
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().
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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().
|
||||||
|
|
||||||
2009-08-24 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
|
2009-08-24 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
|
||||||
|
|
||||||
* libmisc/stackchk/check.c, rtems/src/regionreturnsegment.c,
|
* libmisc/stackchk/check.c, rtems/src/regionreturnsegment.c,
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ typedef struct {
|
|||||||
/** The BSP may want to provide it's own stack allocation routines.
|
/** The BSP may want to provide it's own stack allocation routines.
|
||||||
* In this case, the BSP will provide this stack allocation hook.
|
* 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.
|
/** The BSP may want to provide it's own stack free routines.
|
||||||
* In this case, the BSP will provide this stack free hook.
|
* In this case, the BSP will provide this stack free hook.
|
||||||
|
|||||||
Reference in New Issue
Block a user