summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-07 16:57:35 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-07 16:57:35 -0500
commit865bffd1c7ba33cd2e39e25670ed92b3a41d3680 (patch)
tree44ab40e45f66b2e60b67426bcec356b0d57f2190 /testsuites
parentRevert: Remove CVS Ids (diff)
downloadrtems-865bffd1c7ba33cd2e39e25670ed92b3a41d3680.tar.bz2
tm30 - Fix warning for Init needed prototype
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/tmtests/tm30/init.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/tmtests/tm30/init.c b/testsuites/tmtests/tm30/init.c
index 88bc4bbfcd..77c797bb53 100644
--- a/testsuites/tmtests/tm30/init.c
+++ b/testsuites/tmtests/tm30/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -21,6 +21,10 @@
rtems_id barrier[ OPERATION_COUNT ];
+rtems_task Init(
+ rtems_task_argument argument
+);
+
static void benchmark_barrier_create(
int iteration,
void *argument