summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h4
1 files changed, 2 insertions, 2 deletions
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