summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxpipe01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxpipe01/init.c')
-rw-r--r--testsuites/psxtests/psxpipe01/init.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxpipe01/init.c b/testsuites/psxtests/psxpipe01/init.c
index c9250e36b8..d2e0381a53 100644
--- a/testsuites/psxtests/psxpipe01/init.c
+++ b/testsuites/psxtests/psxpipe01/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
@@ -20,8 +20,11 @@
#include <errno.h>
#include <rtems/libcsupport.h>
+/* forward declarations to avoid warnings */
+rtems_task Init(rtems_task_argument ignored);
+
rtems_task Init(
- rtems_task_argument not_used
+ rtems_task_argument ignored
)
{
int fd[2] = {0,0};