summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp12/mptest.ads
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/mptests/mp12/mptest.ads')
-rw-r--r--c/src/ada-tests/mptests/mp12/mptest.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/ada-tests/mptests/mp12/mptest.ads b/c/src/ada-tests/mptests/mp12/mptest.ads
index 322bac8d17..5c0fe3febf 100644
--- a/c/src/ada-tests/mptests/mp12/mptest.ads
+++ b/c/src/ada-tests/mptests/mp12/mptest.ads
@@ -10,7 +10,7 @@
--
--
--
--- COPYRIGHT (c) 1989-1997.
+-- 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 MPTEST is
@@ -63,7 +64,7 @@ package MPTEST is
--
procedure INIT (
- ARGUMENT : in RTEMS.TASK_ARGUMENT
+ ARGUMENT : in RTEMS.TASKS.ARGUMENT
);
pragma Convention (C, INIT);