summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/sched01.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/sched01.c')
-rw-r--r--testsuites/psxtests/psxhdrs/sched01.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxhdrs/sched01.c b/testsuites/psxtests/psxhdrs/sched01.c
index 5d9e3f6803..aa862c99b1 100644
--- a/testsuites/psxtests/psxhdrs/sched01.c
+++ b/testsuites/psxtests/psxhdrs/sched01.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 sched_setparam"
#endif
+void test( void );
+
void test( void )
{
pid_t pid;