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.
This commit is contained in:
Joel Sherrill
2009-09-26 15:47:16 +00:00
parent 0d1e5fd33a
commit ac85d56d48
8 changed files with 21 additions and 15 deletions

View File

@@ -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
)