summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/stackchk/system.h')
-rw-r--r--testsuites/libtests/stackchk/system.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/libtests/stackchk/system.h b/testsuites/libtests/stackchk/system.h
index 95babb8a0c..16b623ae2d 100644
--- a/testsuites/libtests/stackchk/system.h
+++ b/testsuites/libtests/stackchk/system.h
@@ -41,7 +41,11 @@ void blow_stack( void );
#define CONFIGURE_STACK_CHECKER_ENABLED
-void Fatal_extension( uint32_t source, bool is_internal, uint32_t error );
+void Fatal_extension(
+ rtems_fatal_source source,
+ bool is_internal,
+ rtems_fatal_code error
+);
#define CONFIGURE_INITIAL_EXTENSIONS \
{ NULL, NULL, NULL, NULL, NULL, NULL, NULL, Fatal_extension }