From b9f2bb8a41bc622517617363bad8426d9bdf19df Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 20 Aug 2008 13:36:29 +0000 Subject: 2008-08-20 Joel Sherrill * rtems/score/cpu.h: Correct prototype of _CPU_Thread_dispatch_pointer. --- cpukit/score/cpu/unix/ChangeLog | 4 ++++ cpukit/score/cpu/unix/rtems/score/cpu.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/unix') diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog index 03721017b9..d834d37079 100644 --- a/cpukit/score/cpu/unix/ChangeLog +++ b/cpukit/score/cpu/unix/ChangeLog @@ -1,3 +1,7 @@ +2008-08-20 Joel Sherrill + + * rtems/score/cpu.h: Correct prototype of _CPU_Thread_dispatch_pointer. + 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads. diff --git a/cpukit/score/cpu/unix/rtems/score/cpu.h b/cpukit/score/cpu/unix/rtems/score/cpu.h index 6e4f8fefc6..728137b695 100644 --- a/cpukit/score/cpu/unix/rtems/score/cpu.h +++ b/cpukit/score/cpu/unix/rtems/score/cpu.h @@ -538,7 +538,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high; * sequence (if a dispatch is necessary). */ -SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); +SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(void); /* * Nothing prevents the porter from declaring more CPU specific variables. -- cgit v1.2.3