summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp07/system.h')
-rw-r--r--testsuites/sptests/sp07/system.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/sptests/sp07/system.h b/testsuites/sptests/sp07/system.h
index 8a641edd3f..bc06807a9b 100644
--- a/testsuites/sptests/sp07/system.h
+++ b/testsuites/sptests/sp07/system.h
@@ -3,7 +3,7 @@
* This include file contains information that is included in every
* function in the test set.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -52,22 +52,22 @@ bool Task_create_extension(
rtems_tcb *created_task
);
-rtems_extension Task_delete_extension(
+void Task_delete_extension(
rtems_tcb *running_task,
rtems_tcb *deleted_task
);
-rtems_extension Task_restart_extension(
+void Task_restart_extension(
rtems_tcb *unused,
rtems_tcb *restarted_task
);
-rtems_extension Task_start_extension(
+void Task_start_extension(
rtems_tcb *unused,
rtems_tcb *started_task
);
-rtems_extension Task_exit_extension(
+void Task_exit_extension(
rtems_tcb *running_task
);