From 6a9282d9bb7dd6d7665adb858161edf4e1d0778a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Dec 2016 10:49:49 +0100 Subject: Rename is_internal to always_set_to_false Update #2825. --- cpukit/libmisc/stackchk/check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc/stackchk/check.c') diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c index 4c48c5bde3..b054e78eee 100644 --- a/cpukit/libmisc/stackchk/check.c +++ b/cpukit/libmisc/stackchk/check.c @@ -436,7 +436,7 @@ static bool Stack_check_Dump_threads_usage( #ifndef DONT_USE_FATAL_EXTENSION void rtems_stack_checker_fatal_extension( Internal_errors_Source source, - bool is_internal, + bool always_set_to_false, uint32_t status ) { -- cgit v1.2.3