summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmbarrier01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmbarrier01/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmbarrier01/init.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuites/psxtmtests/psxtmbarrier01/init.c b/testsuites/psxtmtests/psxtmbarrier01/init.c
index eb52c23dc3..8937f6c1bc 100644
--- a/testsuites/psxtmtests/psxtmbarrier01/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier01/init.c
@@ -1,12 +1,10 @@
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#ifdef HAVE_CONFIG_H
@@ -18,6 +16,10 @@
#include "test_support.h"
#include <pthread.h>
+/* forward declarations to avoid warnings */
+void *POSIX_Init(void *argument);
+static void benchmark_pthread_barrier_init(void);
+
pthread_barrier_t barrier;
static void benchmark_pthread_barrier_init(void)