From 3aaf4797d0a147eb63980c714f6ac4b6d7fdae07 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 12 Feb 2009 15:56:42 +0000 Subject: 2009-02-12 Joel Sherrill * sapi/include/rtems/config.h, score/include/rtems/score/thread.h, score/src/threadidlebody.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument. --- cpukit/score/include/rtems/score/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index b9355f0ee1..3eba3bc136 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -770,8 +770,8 @@ bool _Thread_Evaluate_mode( void ); /** * This routine is the body of the system idle thread. */ -Thread _Thread_Idle_body( - uint32_t ignored +void *_Thread_Idle_body( + uintptr_t ignored ); #endif -- cgit v1.2.3