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. --- testsuites/sptests/spextensions01/init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/sptests/spextensions01') diff --git a/testsuites/sptests/spextensions01/init.c b/testsuites/sptests/spextensions01/init.c index 1d682557c7..ceb9f60527 100644 --- a/testsuites/sptests/spextensions01/init.c +++ b/testsuites/sptests/spextensions01/init.c @@ -142,7 +142,7 @@ static void zero_thread_exitted(rtems_tcb *a) static void zero_fatal( rtems_fatal_source source, - bool is_internal, + bool always_set_to_false, rtems_fatal_code code ) { @@ -201,7 +201,7 @@ static void one_thread_exitted(rtems_tcb *a) static void one_fatal( rtems_fatal_source source, - bool is_internal, + bool always_set_to_false, rtems_fatal_code code ) { @@ -260,7 +260,7 @@ static void two_thread_exitted(rtems_tcb *a) static void two_fatal( rtems_fatal_source source, - bool is_internal, + bool always_set_to_false, rtems_fatal_code code ) { @@ -321,7 +321,7 @@ static void three_thread_exitted(rtems_tcb *a) static void three_fatal( rtems_fatal_source source, - bool is_internal, + bool always_set_to_false, rtems_fatal_code code ) { -- cgit v1.2.3