summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmbarrier01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 09:15:40 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 09:15:40 -0500
commit991a3cc1c9e7a141f08995e1f3cb6f23f2da2a3b (patch)
tree285ffee7745d1c87165ce8f87f81c816a4660d0e /testsuites/psxtmtests/psxtmbarrier01
parentRemove CVS Id Strings (manual edits after script) (diff)
downloadrtems-991a3cc1c9e7a141f08995e1f3cb6f23f2da2a3b.tar.bz2
psxtmtests - Eliminate missing prototype warnings
Diffstat (limited to 'testsuites/psxtmtests/psxtmbarrier01')
-rw-r--r--testsuites/psxtmtests/psxtmbarrier01/init.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmbarrier01/init.c b/testsuites/psxtmtests/psxtmbarrier01/init.c
index ccb770340e..8937f6c1bc 100644
--- a/testsuites/psxtmtests/psxtmbarrier01/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier01/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
@@ -16,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)