summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-14 19:00:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-14 19:00:00 +0000
commitb2b52cbc2aef1d36660587c3a05c34b14bcdb363 (patch)
tree5249b2575a0ee477c6d8fc158c2d62d00922433e /cpukit
parentidle thread now created before system initialization thread. (diff)
downloadrtems-b2b52cbc2aef1d36660587c3a05c34b14bcdb363.tar.bz2
Removed arguments from _Thread_Start_multitasking.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/include/rtems/score/thread.h5
1 files changed, 1 insertions, 4 deletions
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