From b2b52cbc2aef1d36660587c3a05c34b14bcdb363 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Feb 1996 19:00:00 +0000 Subject: Removed arguments from _Thread_Start_multitasking. --- cpukit/score/include/rtems/score/thread.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 94909a3a18..654dddc825 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -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 -- cgit v1.2.3