diff options
Diffstat (limited to 'gcc/ada/s-tataat.adb')
-rw-r--r-- | gcc/ada/s-tataat.adb | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gcc/ada/s-tataat.adb b/gcc/ada/s-tataat.adb index 1c672769e7f..695f5164ecd 100644 --- a/gcc/ada/s-tataat.adb +++ b/gcc/ada/s-tataat.adb @@ -7,7 +7,7 @@ -- B o d y -- -- -- -- Copyright (C) 1991-1994, Florida State University -- --- Copyright (C) 1995-2007, AdaCore -- +-- Copyright (C) 1995-2008, AdaCore -- -- -- -- 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- -- @@ -32,16 +32,10 @@ -- -- ------------------------------------------------------------------------------ -with System.Task_Primitives.Operations; --- used for Write_Lock --- Unlock --- Lock/Unlock_RTS +with Ada.Unchecked_Conversion; +with System.Task_Primitives.Operations; with System.Tasking.Initialization; --- used for Defer_Abort --- Undefer_Abort - -with Ada.Unchecked_Conversion; package body System.Tasking.Task_Attributes is |