summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/clock02.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxhdrs/clock02.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxhdrs/clock02.c b/testsuites/psxtests/psxhdrs/clock02.c
index aa59dadbb3..b9481ec5b3 100644
--- a/testsuites/psxtests/psxhdrs/clock02.c
+++ b/testsuites/psxtests/psxhdrs/clock02.c
@@ -2,7 +2,7 @@
* This test file is used to verify that the header files associated with
* invoking this function are correct.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -18,6 +18,8 @@
#error "rtems is supposed to have clock_settime"
#endif
+void test( void );
+
void test( void )
{
clockid_t clock_id = 0;