summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcleanup01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxcleanup01/init.c')
-rw-r--r--testsuites/psxtests/psxcleanup01/init.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxcleanup01/init.c b/testsuites/psxtests/psxcleanup01/init.c
index 44877c0dcd..e142240aed 100644
--- a/testsuites/psxtests/psxcleanup01/init.c
+++ b/testsuites/psxtests/psxcleanup01/init.c
@@ -1,6 +1,5 @@
/*
- *
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -16,6 +15,10 @@
#include "pmacros.h"
#include <pthread.h> /* thread facilities */
+/* forward declarations to avoid warnings */
+void *POSIX_Init(void *argument);
+void cleaner(void *arg);
+
void cleaner(void *arg)
{
puts( "clean was not supposed to run" );