summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm18
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 07:40:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 07:40:22 +0000
commit2db98e91de01e137c102b3628ce32ec3c61ad2e3 (patch)
tree5705d28dccdb85f6cc3d92e6d865b0bf79b6194c /testsuites/tmtests/tm18
parentAdd local prototype for malloc_walk, malloc_info. (diff)
downloadrtems-2db98e91de01e137c102b3628ce32ec3c61ad2e3.tar.bz2
Add missing prototypes.
Diffstat (limited to 'testsuites/tmtests/tm18')
-rw-r--r--testsuites/tmtests/tm18/task1.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/tmtests/tm18/task1.c b/testsuites/tmtests/tm18/task1.c
index 395dcc6a45..981a9bac5c 100644
--- a/testsuites/tmtests/tm18/task1.c
+++ b/testsuites/tmtests/tm18/task1.c
@@ -15,7 +15,7 @@
uint32_t taskcount;
rtems_task_priority taskpri;
-void test_init(void);
+extern void test_init(void);
rtems_task First_task(
rtems_task_argument argument
@@ -30,8 +30,6 @@ rtems_task Last_task(
);
-void test_init();
-
rtems_task Init(
rtems_task_argument argument
)