forked from Imagelibrary/rtems
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user