summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-06 03:39:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-06 03:39:58 +0000
commitf0157b8fd85d5ce211b0aae48b53d9d88b59cd68 (patch)
tree12771bc70868c83ff528beb594972fb6fdaeb45a /testsuites/sptests/spfatal
parent2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f0157b8fd85d5ce211b0aae48b53d9d88b59cd68.tar.bz2
Convert to "bool".
Diffstat (limited to 'testsuites/sptests/spfatal')
-rw-r--r--testsuites/sptests/spfatal/fatal.c2
-rw-r--r--testsuites/sptests/spfatal/system.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/spfatal/fatal.c b/testsuites/sptests/spfatal/fatal.c
index 2a57cb89d5..a87e7797d6 100644
--- a/testsuites/sptests/spfatal/fatal.c
+++ b/testsuites/sptests/spfatal/fatal.c
@@ -57,7 +57,7 @@ void Process_case();
rtems_extension Fatal_extension(
uint32_t source,
- boolean is_internal,
+ bool is_internal,
uint32_t error
)
{
diff --git a/testsuites/sptests/spfatal/system.h b/testsuites/sptests/spfatal/system.h
index bc04112a72..8d1881c06c 100644
--- a/testsuites/sptests/spfatal/system.h
+++ b/testsuites/sptests/spfatal/system.h
@@ -28,7 +28,7 @@ void put_error(
rtems_extension Fatal_extension(
uint32_t source,
- boolean is_internal,
+ bool is_internal,
uint32_t error
);