diff options
Diffstat (limited to 'gcc/ada/s-gloloc-mingw.adb')
-rw-r--r-- | gcc/ada/s-gloloc-mingw.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-gloloc-mingw.adb b/gcc/ada/s-gloloc-mingw.adb index ce7e4f7857f..183b8f9e43e 100644 --- a/gcc/ada/s-gloloc-mingw.adb +++ b/gcc/ada/s-gloloc-mingw.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1999-2005, AdaCore -- +-- Copyright (C) 1999-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- -- @@ -55,7 +55,7 @@ package body System.Global_Locks is procedure Create_Lock (Lock : out Lock_Type; - Name : in String) + Name : String) is L : Lock_Type; |