Add dummy threadExitMain routine.
This commit is contained in:
@@ -152,6 +152,13 @@ threadWrapper (rtems_task_argument arg)
|
||||
rtems_task_delete (RTEMS_SELF);
|
||||
}
|
||||
|
||||
/*
|
||||
* The task wrapper takes care of cleanup
|
||||
*/
|
||||
void threadExitMain (void)
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
* Report initialization failures
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user