forked from Imagelibrary/rtems
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/stackchk/check.c: Make Stack_check_Initialize, Stack_check_Dump_threads_usage static.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libmisc/stackchk/check.c: Make Stack_check_Initialize,
|
||||||
|
Stack_check_Dump_threads_usage static.
|
||||||
* libfs/src/pipe/pipe.c: Include <rtems/pipe.h> (Missing prototype).
|
* libfs/src/pipe/pipe.c: Include <rtems/pipe.h> (Missing prototype).
|
||||||
|
|
||||||
2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ static inline bool Stack_check_Frame_pointer_in_range(
|
|||||||
/*
|
/*
|
||||||
* Stack_check_Initialize
|
* Stack_check_Initialize
|
||||||
*/
|
*/
|
||||||
void Stack_check_Initialize( void )
|
static void Stack_check_Initialize( void )
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
uint32_t *p;
|
uint32_t *p;
|
||||||
@@ -382,7 +382,7 @@ static inline void *Stack_check_find_high_water_mark(
|
|||||||
static void *print_context;
|
static void *print_context;
|
||||||
static rtems_printk_plugin_t print_handler;
|
static rtems_printk_plugin_t print_handler;
|
||||||
|
|
||||||
void Stack_check_Dump_threads_usage(
|
static void Stack_check_Dump_threads_usage(
|
||||||
Thread_Control *the_thread
|
Thread_Control *the_thread
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user