summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-22 16:53:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-04-22 16:53:46 +0000
commit8389628c1be0f40fb94c1d2859138a09616acf06 (patch)
tree0d58d8f544ace76749af5bfb6b0adac7f5cc191e /testsuites/sptests
parentaddition of optional user provided stack allocator means that we can not (diff)
downloadrtems-8389628c1be0f40fb94c1d2859138a09616acf06.tar.bz2
updates from Tony Bennett
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/spfatal/fatal.c3
-rw-r--r--testsuites/sptests/spfatal/system.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/sptests/spfatal/fatal.c b/testsuites/sptests/spfatal/fatal.c
index 3b2228bffd..fa3dd547bd 100644
--- a/testsuites/sptests/spfatal/fatal.c
+++ b/testsuites/sptests/spfatal/fatal.c
@@ -57,7 +57,8 @@ rtems_unsigned32 First_Time_Through;
void Process_case();
rtems_extension Fatal_extension(
- rtems_unsigned32 error
+ rtems_unsigned32 error,
+ boolean is_internal
)
{
int index;
diff --git a/testsuites/sptests/spfatal/system.h b/testsuites/sptests/spfatal/system.h
index 13f8a9db4a..a1e3578a64 100644
--- a/testsuites/sptests/spfatal/system.h
+++ b/testsuites/sptests/spfatal/system.h
@@ -28,7 +28,8 @@ void put_error(
);
rtems_extension Fatal_extension(
- rtems_unsigned32 error
+ rtems_unsigned32 error,
+ boolean is_internal
);
rtems_task Task_1(