From 76d3c696f3f9d8be0bea9b002ddfc255153cfadd Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 17 Jan 2001 03:24:48 +0000 Subject: Define SIG_SIZE, the number of elements in the sig_name and sig_num arrays, including the final NULL entry. p4raw-id: //depot/perl@8459 --- vos/config.ga.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vos/config.ga.h') diff --git a/vos/config.ga.h b/vos/config.ga.h index 2a89a1e3bc..f790bad8c1 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -2918,8 +2918,13 @@ * The last element is 0, corresponding to the 0 at the end of * the sig_name list. */ +/* SIG_SIZE: + * This variable contains the number of elements of the sig_name + * and sig_num arrays, including the final NULL entry. + */ #define SIG_NAME "ZERO","ABRT","FPE","ILL","INT","SEGV","TERM","USR1","USR2","IO","HUP","URG","ALRM","CHLD","CONT","KILL","STOP","PIPE","QUIT","BUS","TRAP","TSTP","TTIN","TTOU","RT1","RT2","RT3","RT4","RT5","RT6","RT7","RT8",0 /**/ #define SIG_NUM 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,0 /**/ +#define SIG_SIZE 32 /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. -- cgit v1.2.1