summaryrefslogtreecommitdiff
path: root/gcc/ada/s-tpopsp-vxworks.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-tpopsp-vxworks.adb')
-rw-r--r--gcc/ada/s-tpopsp-vxworks.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-tpopsp-vxworks.adb b/gcc/ada/s-tpopsp-vxworks.adb
index 02983287d2c..965d1c9bfcb 100644
--- a/gcc/ada/s-tpopsp-vxworks.adb
+++ b/gcc/ada/s-tpopsp-vxworks.adb
@@ -50,7 +50,7 @@ package body Specific is
-- Set --
---------
- procedure Set (Self_Id : Task_ID) is
+ procedure Set (Self_Id : Task_Id) is
Result : STATUS;
begin
@@ -66,9 +66,9 @@ package body Specific is
-- Self --
----------
- function Self return Task_ID is
+ function Self return Task_Id is
begin
- return To_Task_ID (ATCB_Key);
+ return To_Task_Id (ATCB_Key);
end Self;
end Specific;