summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal_support
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-26 15:47:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-26 15:47:16 +0000
commitac85d56d48cdff59314c2ffa125b04a7e56a4ecf (patch)
treed2e0fc20d8289ac52db398d1aa12a48f40054585 /testsuites/sptests/spfatal_support
parent2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ac85d56d48cdff59314c2ffa125b04a7e56a4ecf.tar.bz2
2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c, sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h: Eliminate use of deprecated rtems_extension.
Diffstat (limited to 'testsuites/sptests/spfatal_support')
-rw-r--r--testsuites/sptests/spfatal_support/init.c4
-rw-r--r--testsuites/sptests/spfatal_support/system.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/sptests/spfatal_support/init.c b/testsuites/sptests/spfatal_support/init.c
index 7694c7d6ab..5d37634689 100644
--- a/testsuites/sptests/spfatal_support/init.c
+++ b/testsuites/sptests/spfatal_support/init.c
@@ -11,7 +11,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -118,7 +118,7 @@ void Put_Source( uint32_t source )
}
-rtems_extension Fatal_extension(
+void Fatal_extension(
uint32_t source,
bool is_internal,
uint32_t error
diff --git a/testsuites/sptests/spfatal_support/system.h b/testsuites/sptests/spfatal_support/system.h
index 61f279e1f9..4373220c36 100644
--- a/testsuites/sptests/spfatal_support/system.h
+++ b/testsuites/sptests/spfatal_support/system.h
@@ -26,7 +26,7 @@ rtems_task Init(
rtems_task_argument argument
);
-rtems_extension Fatal_extension(
+void Fatal_extension(
uint32_t source,
bool is_internal,
uint32_t error