summaryrefslogtreecommitdiffstats
path: root/rtems-test-template/psxtest_with_thread/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-test-template/psxtest_with_thread/init.c')
-rw-r--r--rtems-test-template/psxtest_with_thread/init.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/rtems-test-template/psxtest_with_thread/init.c b/rtems-test-template/psxtest_with_thread/init.c
index 89f6573..fbed428 100644
--- a/rtems-test-template/psxtest_with_thread/init.c
+++ b/rtems-test-template/psxtest_with_thread/init.c
@@ -1,18 +1,20 @@
/*
- * 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$
*/
#include <tmacros.h>
#include "test_support.h"
#include <pthread.h>
+/* forward declarations to avoid warnings */
+void *POSIX_Init(void *argument);
+void *TestThread(void *argument);
+
pthread_t ThreadId;
void *TestThread(