diff options
Diffstat (limited to 'gcc/ada/s-intman-posix.adb')
-rw-r--r-- | gcc/ada/s-intman-posix.adb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/ada/s-intman-posix.adb b/gcc/ada/s-intman-posix.adb index 26ddbe5f717..410589e441a 100644 --- a/gcc/ada/s-intman-posix.adb +++ b/gcc/ada/s-intman-posix.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, 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- -- @@ -59,12 +59,6 @@ -- default -- Reserved: the OS specific set of signals that are reserved. -with Interfaces.C; --- used for int and other types - -with System.OS_Interface; --- used for various Constants, Signal and types - package body System.Interrupt_Management is use Interfaces.C; |