From c748231a9be67afaa2b0e0932ad190800345929b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Dec 2007 21:29:58 +0000 Subject: [PATCH] 2007-12-11 Joel Sherrill * sapi/include/rtems/config.h: Correct idle task prototype. --- cpukit/ChangeLog | 4 ++++ cpukit/sapi/include/rtems/config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e651ac48b1..3205f0dc63 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-12-11 Joel Sherrill + + * sapi/include/rtems/config.h: Correct idle task prototype. + 2007-12-11 Joel Sherrill * libmisc/Makefile.am, libmisc/shell/cmd_help.c, libmisc/shell/cmds.c, diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h index 1219a9416c..6ad6f9467c 100644 --- a/cpukit/sapi/include/rtems/config.h +++ b/cpukit/sapi/include/rtems/config.h @@ -113,7 +113,7 @@ typedef struct { /** This element points to the BSP's optional idle task which may override * the default one provided with RTEMS. */ - void (*idle_task)( uint32_t ); + Thread (*idle_task)( uint32_t ); /** This field specifies the size of the IDLE task's stack. If less than or * equal to the minimum stack size, then the IDLE task will have the minimum