From 90721670a8239a0ad20043d40036f92dc9001c87 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Mar 2007 16:56:47 +0000 Subject: Use rtems_task_argument. --- testsuites/libtests/monitor/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/monitor') diff --git a/testsuites/libtests/monitor/init.c b/testsuites/libtests/monitor/init.c index c2bc1e8734..07f2a54ebf 100644 --- a/testsuites/libtests/monitor/init.c +++ b/testsuites/libtests/monitor/init.c @@ -21,7 +21,7 @@ rtems_task_priority Priorities[6] = { 0, 1, 1, 3, 4, 5 }; rtems_task Task_1_through_5( - uint32_t argument + rtems_task_argument argument ) { rtems_status_code status; -- cgit v1.2.3