summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-20 13:36:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-20 13:36:29 +0000
commitb9f2bb8a41bc622517617363bad8426d9bdf19df (patch)
treea8beb5dbf288629bd6d6a58abb8e3470f8d3ab65 /cpukit/score/cpu/unix/rtems/score/cpu.h
parent2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b9f2bb8a41bc622517617363bad8426d9bdf19df.tar.bz2
2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Correct prototype of _CPU_Thread_dispatch_pointer.
Diffstat (limited to 'cpukit/score/cpu/unix/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/unix/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
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.