diff options
Diffstat (limited to 'gcc/ada/s-gloloc.ads')
-rw-r--r-- | gcc/ada/s-gloloc.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-gloloc.ads b/gcc/ada/s-gloloc.ads index c345af4d7aa..03bfc0c3acf 100644 --- a/gcc/ada/s-gloloc.ads +++ b/gcc/ada/s-gloloc.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1999-2002 Free Software Foundation, Inc. -- +-- Copyright (C) 1999-2006, Free Software Foundation, Inc. -- -- -- -- 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- -- @@ -37,7 +37,7 @@ package System.Global_Locks is Lock_Error : exception; - -- Exception raised if a request cannot be executed on a lock. + -- Exception raised if a request cannot be executed on a lock type Lock_Type is private; -- Such a lock is a global lock between partitions. This lock is @@ -46,7 +46,7 @@ package System.Global_Locks is Null_Lock : constant Lock_Type; -- This needs comments ??? - procedure Create_Lock (Lock : out Lock_Type; Name : in String); + procedure Create_Lock (Lock : out Lock_Type; Name : String); -- Create or retrieve a global lock for the current partition using -- its Name. |