summaryrefslogtreecommitdiff
path: root/gcc/ada/s-osinte-hpux-dce.ads
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-20 05:06:24 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-20 05:06:24 +0000
commita4970f2bc2de008ad17979079dad54a5a1bfa694 (patch)
treeb36f7e1a0bf44d215a189f3e54d96ec538e479e5 /gcc/ada/s-osinte-hpux-dce.ads
parent25a1c410afaab87df3781967042d56395c6d0472 (diff)
downloadgcc-a4970f2bc2de008ad17979079dad54a5a1bfa694.tar.gz
PR ada/36573
* s-osinte-hpux-dce.ads (SA_ONSTACK): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136981 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-osinte-hpux-dce.ads')
-rw-r--r--gcc/ada/s-osinte-hpux-dce.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/s-osinte-hpux-dce.ads b/gcc/ada/s-osinte-hpux-dce.ads
index 687f9ecf6ad..d296cfe1f27 100644
--- a/gcc/ada/s-osinte-hpux-dce.ads
+++ b/gcc/ada/s-osinte-hpux-dce.ads
@@ -168,6 +168,7 @@ package System.OS_Interface is
SA_RESTART : constant := 16#40#;
SA_SIGINFO : constant := 16#10#;
+ SA_ONSTACK : constant := 16#01#;
SIG_BLOCK : constant := 0;
SIG_UNBLOCK : constant := 1;