diff options
Diffstat (limited to 'gcc/ada/s-tasuti.ads')
-rw-r--r-- | gcc/ada/s-tasuti.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-tasuti.ads b/gcc/ada/s-tasuti.ads index 35f00fe9a34..286b5a0d70c 100644 --- a/gcc/ada/s-tasuti.ads +++ b/gcc/ada/s-tasuti.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, 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- -- @@ -34,12 +34,12 @@ -- This package provides RTS Internal Declarations. -- These declarations are not part of the GNARLI -with Unchecked_Conversion; +with Ada.Unchecked_Conversion; package System.Tasking.Utilities is function ATCB_To_Address is new - Unchecked_Conversion (Task_Id, System.Address); + Ada.Unchecked_Conversion (Task_Id, System.Address); --------------------------------- -- Task_Stage Related routines -- |