summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-24 19:34:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-24 19:34:05 +0000
commit6d12f59dd431f9884d04e6c7f0a509b28150e143 (patch)
tree4d3ab423e5664012e6ad12a20c565beb8d6735e3
parentnew files (diff)
downloadrtems-6d12f59dd431f9884d04e6c7f0a509b28150e143.tar.bz2
updates from Tony Bennett to correct calling sequences.
-rw-r--r--c/src/tests/sptests/spfatal/fatal.c1
-rw-r--r--c/src/tests/sptests/spfatal/system.h1
-rw-r--r--testsuites/sptests/spfatal/fatal.c1
-rw-r--r--testsuites/sptests/spfatal/system.h1
4 files changed, 4 insertions, 0 deletions
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
);