From 13a69b9b23578d48294714ca1e4c97c45e7a7050 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 6 Dec 2011 15:22:13 +0000 Subject: =?UTF-8?q?2011-12-06=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libmisc/stackchk/check.c: Make Stack_check_Initialize, Stack_check_Dump_threads_usage static. --- cpukit/libmisc/stackchk/check.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libmisc/stackchk/check.c') diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c index c7420f14e6..55532f1426 100644 --- a/cpukit/libmisc/stackchk/check.c +++ b/cpukit/libmisc/stackchk/check.c @@ -138,7 +138,7 @@ static inline bool Stack_check_Frame_pointer_in_range( /* * Stack_check_Initialize */ -void Stack_check_Initialize( void ) +static void Stack_check_Initialize( void ) { int i; uint32_t *p; @@ -382,7 +382,7 @@ static inline void *Stack_check_find_high_water_mark( static void *print_context; static rtems_printk_plugin_t print_handler; -void Stack_check_Dump_threads_usage( +static void Stack_check_Dump_threads_usage( Thread_Control *the_thread ) { -- cgit v1.2.3