summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/exit01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/exit01/init.c')
-rw-r--r--testsuites/libtests/exit01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/exit01/init.c b/testsuites/libtests/exit01/init.c
index b677c3aab9..0fd8d356f0 100644
--- a/testsuites/libtests/exit01/init.c
+++ b/testsuites/libtests/exit01/init.c
@@ -52,13 +52,13 @@ static void atexit_2(void)
static void fatal_extension(
rtems_fatal_source source,
- bool is_internal,
+ bool always_set_to_false,
rtems_fatal_code error
)
{
if (
source == RTEMS_FATAL_SOURCE_EXIT
- && !is_internal
+ && !always_set_to_false
&& error == EXIT_STATUS
&& counter == 3
) {