diff options
Diffstat (limited to 'gcc/ada/g-thread.adb')
-rw-r--r-- | gcc/ada/g-thread.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/g-thread.adb b/gcc/ada/g-thread.adb index b49ed2300fa..6f9dfe7e721 100644 --- a/gcc/ada/g-thread.adb +++ b/gcc/ada/g-thread.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1998-2005 AdaCore -- +-- Copyright (C) 1998-2006 AdaCore -- -- -- -- GNAT 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- -- @@ -128,6 +128,7 @@ package body GNAT.Threads is T : Tasking.Task_Id; use type Tasking.Task_Id; + use type System.OS_Interface.Thread_Id; begin STPO.Lock_RTS; |