summaryrefslogtreecommitdiff
path: root/gcc/ada/s-intman.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-intman.ads')
-rw-r--r--gcc/ada/s-intman.ads10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/s-intman.ads b/gcc/ada/s-intman.ads
index 0f89bd7f508..98b6f3b2e3c 100644
--- a/gcc/ada/s-intman.ads
+++ b/gcc/ada/s-intman.ads
@@ -6,9 +6,9 @@
-- --
-- S p e c --
-- --
--- $Revision: 1.4 $ --
+-- $Revision$
-- --
--- Copyright (C) 1991-1998 Free Software Foundation, Inc. --
+-- Copyright (C) 1991-2001 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- --
@@ -117,9 +117,9 @@ package System.Interrupt_Management is
procedure Initialize_Interrupts;
-- On systems where there is no signal inheritance between tasks (e.g
- -- VxWorks, LinuxThreads), this procedure is used to initialize interrupts
- -- handling in each task. Otherwise this function should only be called by
- -- initialize in this package body.
+ -- VxWorks, GNU/LinuxThreads), this procedure is used to initialize
+ -- interrupts handling in each task. Otherwise this function should
+ -- only be called by initialize in this package body.
private
type Interrupt_Mask is new System.OS_Interface.sigset_t;