diff options
Diffstat (limited to 'gcc/ada/s-intman-solaris.adb')
-rw-r--r-- | gcc/ada/s-intman-solaris.adb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/ada/s-intman-solaris.adb b/gcc/ada/s-intman-solaris.adb index 05f1e042429..8c4a6c17c5b 100644 --- a/gcc/ada/s-intman-solaris.adb +++ b/gcc/ada/s-intman-solaris.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- -- @@ -40,12 +40,6 @@ -- Be on the lookout for special signals that -- may be used by the thread library. -with Interfaces.C; --- used for int - -with System.OS_Interface; --- used for various Constants, Signal and types - package body System.Interrupt_Management is use Interfaces.C; |