diff options
Diffstat (limited to 'gcc/ada/s-intman-vms.ads')
-rw-r--r-- | gcc/ada/s-intman-vms.ads | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/ada/s-intman-vms.ads b/gcc/ada/s-intman-vms.ads index 028facc79fd..ff0c8240193 100644 --- a/gcc/ada/s-intman-vms.ads +++ b/gcc/ada/s-intman-vms.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1991-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1991-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- -- @@ -67,11 +67,9 @@ package System.Interrupt_Management is -- all systems, but is always reserved when it is defined. If we have the -- convention that ID zero is not used for any "real" signals, and SIGRARE -- = 0 when SIGRARE is not one of the locally supported signals, we can - -- write - + -- write: -- Reserved (SIGRARE) := true; - - -- Then the initialization code will be portable + -- Then the initialization code will be portable. Abort_Task_Interrupt : Interrupt_ID; -- The interrupt that is used to implement task abort, if an interrupt is |