summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal/system.h')
-rw-r--r--testsuites/sptests/spfatal/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/sptests/spfatal/system.h b/testsuites/sptests/spfatal/system.h
index 73135a27ca..50ef8fbb61 100644
--- a/testsuites/sptests/spfatal/system.h
+++ b/testsuites/sptests/spfatal/system.h
@@ -22,14 +22,14 @@ rtems_task Init(
);
void put_error(
- rtems_unsigned32 error,
+ uint32_t error,
rtems_status_code expected
);
rtems_extension Fatal_extension(
- rtems_unsigned32 source,
+ uint32_t source,
boolean is_internal,
- rtems_unsigned32 error
+ uint32_t error
);
rtems_task Task_1(