From 6d12f59dd431f9884d04e6c7f0a509b28150e143 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 24 May 1996 19:34:05 +0000 Subject: updates from Tony Bennett to correct calling sequences. --- c/src/tests/sptests/spfatal/fatal.c | 1 + c/src/tests/sptests/spfatal/system.h | 1 + testsuites/sptests/spfatal/fatal.c | 1 + testsuites/sptests/spfatal/system.h | 1 + 4 files changed, 4 insertions(+) diff --git a/c/src/tests/sptests/spfatal/fatal.c b/c/src/tests/sptests/spfatal/fatal.c index fa3dd547bd..a85d88a565 100644 --- a/c/src/tests/sptests/spfatal/fatal.c +++ b/c/src/tests/sptests/spfatal/fatal.c @@ -57,6 +57,7 @@ rtems_unsigned32 First_Time_Through; void Process_case(); rtems_extension Fatal_extension( + rtems_unsigned32 source, rtems_unsigned32 error, boolean is_internal ) diff --git a/c/src/tests/sptests/spfatal/system.h b/c/src/tests/sptests/spfatal/system.h index a1e3578a64..71e4f5720c 100644 --- a/c/src/tests/sptests/spfatal/system.h +++ b/c/src/tests/sptests/spfatal/system.h @@ -28,6 +28,7 @@ void put_error( ); rtems_extension Fatal_extension( + rtems_unsigned32 source, rtems_unsigned32 error, boolean is_internal ); diff --git a/testsuites/sptests/spfatal/fatal.c b/testsuites/sptests/spfatal/fatal.c index fa3dd547bd..a85d88a565 100644 --- a/testsuites/sptests/spfatal/fatal.c +++ b/testsuites/sptests/spfatal/fatal.c @@ -57,6 +57,7 @@ rtems_unsigned32 First_Time_Through; void Process_case(); rtems_extension Fatal_extension( + rtems_unsigned32 source, rtems_unsigned32 error, boolean is_internal ) diff --git a/testsuites/sptests/spfatal/system.h b/testsuites/sptests/spfatal/system.h index a1e3578a64..71e4f5720c 100644 --- a/testsuites/sptests/spfatal/system.h +++ b/testsuites/sptests/spfatal/system.h @@ -28,6 +28,7 @@ void put_error( ); rtems_extension Fatal_extension( + rtems_unsigned32 source, rtems_unsigned32 error, boolean is_internal ); -- cgit v1.2.3