summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:13:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:13:02 +0000
commit5742e5e278640edc74f66888aa1cd761bb5686f7 (patch)
tree451abeb4678ebc8d9d3e935871e059aedab384df /cpukit/score/include/rtems/score/thread.h
parentAdd missing prototypes (diff)
downloadrtems-5742e5e278640edc74f66888aa1cd761bb5686f7.tar.bz2
Add missing prototype.
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 6f707ce652..6057cec5c7 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -92,7 +92,7 @@ typedef enum {
} Thread_Start_types;
/** This type corresponds to a very simple style thread entry point. */
-typedef Thread ( *Thread_Entry )(); /* basic type */
+typedef Thread ( *Thread_Entry )( void ); /* basic type */
/** This type corresponds to a thread entry point which takes a single
* unsigned thirty-two bit integer as an argument.