summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal/fatal.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal/fatal.c')
-rw-r--r--testsuites/sptests/spfatal/fatal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/sptests/spfatal/fatal.c b/testsuites/sptests/spfatal/fatal.c
index 2f63d1c60f..ce61309999 100644
--- a/testsuites/sptests/spfatal/fatal.c
+++ b/testsuites/sptests/spfatal/fatal.c
@@ -51,14 +51,14 @@ jmp_buf Restart_Context;
* occurs automatically because this is part of the BSS.
*/
-rtems_unsigned32 First_Time_Through;
+uint32_t First_Time_Through;
void Process_case();
rtems_extension Fatal_extension(
- rtems_unsigned32 source,
+ uint32_t source,
boolean is_internal,
- rtems_unsigned32 error
+ uint32_t error
)
{
int index;