summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal_support/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxfatal_support/system.h')
-rw-r--r--testsuites/psxtests/psxfatal_support/system.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psxfatal_support/system.h b/testsuites/psxtests/psxfatal_support/system.h
index 42934745e6..e7ba4b12f7 100644
--- a/testsuites/psxtests/psxfatal_support/system.h
+++ b/testsuites/psxtests/psxfatal_support/system.h
@@ -36,9 +36,9 @@ void *POSIX_Init(
);
void Fatal_extension(
- uint32_t source,
- bool is_internal,
- uint32_t error
+ rtems_fatal_source source,
+ bool is_internal,
+ rtems_fatal_code error
);
/* need prototypes */