summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/nsecs/sptest.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/samples/nsecs/sptest.ads')
-rw-r--r--c/src/ada-tests/samples/nsecs/sptest.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/ada-tests/samples/nsecs/sptest.ads b/c/src/ada-tests/samples/nsecs/sptest.ads
index 7eead85987..5b02970d2d 100644
--- a/c/src/ada-tests/samples/nsecs/sptest.ads
+++ b/c/src/ada-tests/samples/nsecs/sptest.ads
@@ -10,7 +10,7 @@
--
--
--
--- COPYRIGHT (c) 1989-2007.
+-- COPYRIGHT (c) 1989-2011.
-- On-Line Applications Research Corporation (OAR).
--
-- The license and distribution terms for this file may in
@@ -21,6 +21,7 @@
--
with RTEMS;
+with RTEMS.TASKS;
package SPTEST is
@@ -33,7 +34,7 @@ package SPTEST is
--
procedure INIT (
- ARGUMENT : in RTEMS.TASK_ARGUMENT
+ ARGUMENT : in RTEMS.TASKS.ARGUMENT
);
pragma Convention (C, INIT);