summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmnanosleep01/init.c
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/psxtmnanosleep01/init.c
parentRemove CVS Id Strings (manual edits after script) (diff)
downloadrtems-991a3cc1c9e7a141f08995e1f3cb6f23f2da2a3b.tar.bz2
psxtmtests - Eliminate missing prototype warnings
Diffstat (limited to 'testsuites/psxtmtests/psxtmnanosleep01/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmnanosleep01/init.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmnanosleep01/init.c b/testsuites/psxtmtests/psxtmnanosleep01/init.c
index 1aaad73c5d..37972c0ca4 100644
--- a/testsuites/psxtmtests/psxtmnanosleep01/init.c
+++ b/testsuites/psxtmtests/psxtmnanosleep01/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
@@ -15,6 +15,9 @@
#include <rtems/timerdrv.h>
#include "test_support.h"
+/* forward declarations to avoid warnings */
+void *POSIX_Init(void *argument);
+
void *POSIX_Init(
void *argument
)