Removed arguments from _Thread_Start_multitasking.

This commit is contained in:
Joel Sherrill
1996-02-14 19:00:00 +00:00
parent f972294dc7
commit b2b52cbc2a
3 changed files with 3 additions and 12 deletions

View File

@@ -247,10 +247,7 @@ void _Thread_Handler_initialization (
* the non-multitasking part of the system initialization.
*/
void _Thread_Start_multitasking (
Thread_Control *system_thread,
Thread_Control *idle_thread
);
void _Thread_Start_multitasking( void );
/*
* _Thread_Stop_multitasking

View File

@@ -247,10 +247,7 @@ void _Thread_Handler_initialization (
* the non-multitasking part of the system initialization.
*/
void _Thread_Start_multitasking (
Thread_Control *system_thread,
Thread_Control *idle_thread
);
void _Thread_Start_multitasking( void );
/*
* _Thread_Stop_multitasking

View File

@@ -247,10 +247,7 @@ void _Thread_Handler_initialization (
* the non-multitasking part of the system initialization.
*/
void _Thread_Start_multitasking (
Thread_Control *system_thread,
Thread_Control *idle_thread
);
void _Thread_Start_multitasking( void );
/*
* _Thread_Stop_multitasking