summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp48
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp48')
-rw-r--r--testsuites/sptests/sp48/init.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/sptests/sp48/init.c b/testsuites/sptests/sp48/init.c
index 33c8315c1c..7d5c40db05 100644
--- a/testsuites/sptests/sp48/init.c
+++ b/testsuites/sptests/sp48/init.c
@@ -1,12 +1,21 @@
/*
* Verify creation of semaphores with unlimited attribute works.
*
+ * COPYRIGHT (c) 1989-2009.
+ * 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 <rtems/libcsupport.h>
+rtems_task Init(rtems_task_argument ignored);
+
#define MAX 5000
rtems_id Semaphores[MAX];