Add dummy threadExitMain routine.

This commit is contained in:
W. Eric Norum
2000-05-04 19:59:39 +00:00
parent 69da66e029
commit 0cea7fc069

View File

@@ -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
*/