summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp04
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/sp04
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/sp04')
-rw-r--r--testsuites/sptests/sp04/tswitch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp04/tswitch.c b/testsuites/sptests/sp04/tswitch.c
index a8c2b208e6..a622e6126c 100644
--- a/testsuites/sptests/sp04/tswitch.c
+++ b/testsuites/sptests/sp04/tswitch.c
@@ -30,7 +30,7 @@ struct taskSwitchLog taskSwitchLog[1000];
unsigned int taskSwitchLogIndex;
volatile int testsFinished;
-rtems_extension Task_switch(
+void Task_switch(
rtems_tcb *unused,
rtems_tcb *heir
)