summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcond01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxcond01/init.c')
-rw-r--r--testsuites/psxtests/psxcond01/init.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxcond01/init.c b/testsuites/psxtests/psxcond01/init.c
index d3bf678758..f87eca2236 100644
--- a/testsuites/psxtests/psxcond01/init.c
+++ b/testsuites/psxtests/psxcond01/init.c
@@ -1,5 +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
@@ -15,6 +15,10 @@
#include <pthread.h>
#include <errno.h>
+/* forward declarations to avoid warnings */
+void *POSIX_Init(void *argument);
+void *BlockingThread(void *argument);
+
pthread_cond_t Condition;
pthread_mutex_t Mutex1;
pthread_mutex_t Mutex2;