summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spextensions01/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-09 10:49:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-12 08:03:14 +0100
commit6a9282d9bb7dd6d7665adb858161edf4e1d0778a (patch)
treeece20b650906f16036ac2de3f90732c1f914401a /testsuites/sptests/spextensions01/init.c
parentscore: Remove fatal is internal indicator (diff)
downloadrtems-6a9282d9bb7dd6d7665adb858161edf4e1d0778a.tar.bz2
Rename is_internal to always_set_to_false
Update #2825.
Diffstat (limited to 'testsuites/sptests/spextensions01/init.c')
-rw-r--r--testsuites/sptests/spextensions01/init.c8
1 files changed, 4 insertions, 4 deletions
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
)
{