aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/5rosinte.ads
diff options
context:
space:
mode:
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;