aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/5rosinte.ads
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-05 00:16:08 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-05 00:16:08 +0000
commit5253b404e7b9fd46e51ccd1faf85c75e89a9c1e1 (patch)
tree1652ae471a9ec6a957f6a08f9cc339ace885d0f3 /gcc/ada/5rosinte.ads
parent964944fc854c1dd723f7b8150d0deac634aabdbb (diff)
This commit was manufactured by cvs2svn to create taghammer-3_3-merge-20030205
'hammer-3_3-merge-20030205'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/hammer-3_3-merge-20030205@62414 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/5rosinte.ads')
-rw-r--r--gcc/ada/5rosinte.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/5rosinte.ads b/gcc/ada/5rosinte.ads
index e15c01e82d4..3442fa13c44 100644
--- a/gcc/ada/5rosinte.ads
+++ b/gcc/ada/5rosinte.ads
@@ -106,6 +106,7 @@ package System.OS_Interface is
SIGTERM : constant := 15; -- software termination signal from kill
SIGUSR1 : constant := 16; -- user defined signal 1
SIGUSR2 : constant := 17; -- user defined signal 2
+ SIGXCPU : constant := 0; -- XCPU
SIGADAABORT : constant := SIGABRT;