summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm05
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/tm05
parentAdd local prototype for malloc_walk, malloc_info. (diff)
downloadrtems-2db98e91de01e137c102b3628ce32ec3c61ad2e3.tar.bz2
Add missing prototypes.
Diffstat (limited to 'testsuites/tmtests/tm05')
-rw-r--r--testsuites/tmtests/tm05/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm05/task1.c b/testsuites/tmtests/tm05/task1.c
index fcaf56b8f9..f68547762a 100644
--- a/testsuites/tmtests/tm05/task1.c
+++ b/testsuites/tmtests/tm05/task1.c
@@ -27,7 +27,7 @@ rtems_task Low_task(
rtems_task_argument argument
);
-void test_init();
+extern void test_init(void);
int operation_count = OPERATION_COUNT;
@@ -47,7 +47,7 @@ rtems_task Init(
directive_failed( status, "rtems_task_delete of RTEMS_SELF" );
}
-void test_init()
+void test_init(void)
{
rtems_status_code status;
rtems_task_entry task_entry;