summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp07/sptest.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp07/sptest.ads')
-rw-r--r--c/src/ada-tests/sptests/sp07/sptest.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/ada-tests/sptests/sp07/sptest.ads b/c/src/ada-tests/sptests/sp07/sptest.ads
index a179f740d9..bc41a147eb 100644
--- a/c/src/ada-tests/sptests/sp07/sptest.ads
+++ b/c/src/ada-tests/sptests/sp07/sptest.ads
@@ -10,7 +10,7 @@
--
--
--
--- COPYRIGHT (c) 1989-1997.
+-- COPYRIGHT (c) 1989-2007.
-- On-Line Applications Research Corporation (OAR).
--
-- The license and distribution terms for this file may in
@@ -108,10 +108,10 @@ package SPTEST is
-- This subprogram is the TASK_CREATE extension for this test.
--
- procedure TASK_CREATE_EXTENSION (
+ function TASK_CREATE_EXTENSION (
UNUSED : in RTEMS.TCB_POINTER;
CREATED_TASK : in RTEMS.TCB_POINTER
- );
+ ) return RTEMS.Boolean;
--
-- TASK_DELETE_EXTENSION