summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stackchk/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-27 13:46:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-27 13:50:23 +0100
commit33bd2efbb2da8b1e8bd298417505e17ba1d191e5 (patch)
treed0bbc4a6dbdcb72f7fbd8ff1759d6a4e2c12fb53 /testsuites/libtests/stackchk/init.c
parenttestsuites: Use rtems_fatal_source_description() (diff)
downloadrtems-33bd2efbb2da8b1e8bd298417505e17ba1d191e5.tar.bz2
testsuites: Fix prototypes
Diffstat (limited to 'testsuites/libtests/stackchk/init.c')
-rw-r--r--testsuites/libtests/stackchk/init.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/libtests/stackchk/init.c b/testsuites/libtests/stackchk/init.c
index 1551eecb37..772b039592 100644
--- a/testsuites/libtests/stackchk/init.c
+++ b/testsuites/libtests/stackchk/init.c
@@ -86,7 +86,11 @@ rtems_task Init(
directive_failed( status, "rtems_task_delete of RTEMS_SELF" );
}
-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
+)
{
if ( source != RTEMS_FATAL_SOURCE_STACK_CHECKER ) {
printk( "unexpected fatal source\n" );