summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmrwlock03/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmrwlock03/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmrwlock03/init.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmrwlock03/init.c b/testsuites/psxtmtests/psxtmrwlock03/init.c
index 14b5c3a533..34a8da5157 100644
--- a/testsuites/psxtmtests/psxtmrwlock03/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock03/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,6 +19,11 @@
#include <rtems/timerdrv.h>
#include "test_support.h"
+/* forward declarations to avoid warnings */
+void *POSIX_Init(void *argument);
+void *Middle(void *argument);
+void *Low(void *argument);
+
pthread_rwlock_t rwlock;
struct timespec abstime;