summaryrefslogtreecommitdiff
path: root/gcc/ada/s-tpinop.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-tpinop.ads')
-rw-r--r--gcc/ada/s-tpinop.ads10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/s-tpinop.ads b/gcc/ada/s-tpinop.ads
index 4c96ca28e0a..94c165aaa95 100644
--- a/gcc/ada/s-tpinop.ads
+++ b/gcc/ada/s-tpinop.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1998-2001 Free Software Foundation, Inc. --
+-- Copyright (C) 1998-2004 Free Software Foundation, Inc. --
-- --
-- GNARL is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -38,13 +38,13 @@ package System.Task_Primitives.Interrupt_Operations is
package IM renames System.Interrupt_Management;
package ST renames System.Tasking;
- procedure Set_Interrupt_ID (Interrupt : IM.Interrupt_ID; T : ST.Task_ID);
+ procedure Set_Interrupt_ID (Interrupt : IM.Interrupt_ID; T : ST.Task_Id);
-- Associate an Interrupt_ID with a task.
- function Get_Interrupt_ID (T : ST.Task_ID) return IM.Interrupt_ID;
+ function Get_Interrupt_ID (T : ST.Task_Id) return IM.Interrupt_ID;
-- Return the Interrupt_ID associated with a task.
- function Get_Task_ID (Interrupt : IM.Interrupt_ID) return ST.Task_ID;
- -- Return the Task_ID associated with an Interrupt.
+ function Get_Task_Id (Interrupt : IM.Interrupt_ID) return ST.Task_Id;
+ -- Return the Task_Id associated with an Interrupt.
end System.Task_Primitives.Interrupt_Operations;