summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask01
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 11:09:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-30 11:09:13 +0000
commit1b4b7f397b38b31d6ba84cbabe552e7703954b22 (patch)
tree2c56bc1c11af78a30849b4b2487194e9255d7d11 /testsuites/itrontests/itrontask01
parentUse PRId32 to print INT's. (diff)
downloadrtems-1b4b7f397b38b31d6ba84cbabe552e7703954b22.tar.bz2
Add missing prototypes.
Diffstat (limited to 'testsuites/itrontests/itrontask01')
-rw-r--r--testsuites/itrontests/itrontask01/system.h2
-rw-r--r--testsuites/itrontests/itrontask01/task1.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/itrontests/itrontask01/system.h b/testsuites/itrontests/itrontask01/system.h
index 77e53ceb06..e684269a77 100644
--- a/testsuites/itrontests/itrontask01/system.h
+++ b/testsuites/itrontests/itrontask01/system.h
@@ -19,7 +19,7 @@
/* functions */
void ITRON_Init( void );
-void Task_2_through_4();
+void Task_2_through_4(void);
/* configuration information */
diff --git a/testsuites/itrontests/itrontask01/task1.c b/testsuites/itrontests/itrontask01/task1.c
index 9b3616d434..f04adb30ed 100644
--- a/testsuites/itrontests/itrontask01/task1.c
+++ b/testsuites/itrontests/itrontask01/task1.c
@@ -20,7 +20,7 @@
#include "system.h"
-void Task_2_through_4()
+void Task_2_through_4(void)
{
ID tid;
int tid_index;