From: Jarkko Hietaniemi Date: Mon, 22 Jan 2001 14:55:15 +0000 (+0000) Subject: More SIG_SIZE fixes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9e635b60b0e1dc8328faaa9dce7938f09f59b6f;p=p5sagit%2Fp5-mst-13.2.git More SIG_SIZE fixes. p4raw-id: //depot/perl@8516 --- diff --git a/epoc/config.sh b/epoc/config.sh index 050c3c7..b9e8bed 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -653,7 +653,7 @@ sig_name='' sig_name_init='"ZERO", 0' sig_num='0' sig_num_init='0, 0' -sig_size='2' +sig_size='1' signal_t='void' sitearch='?:/perl/lib/site_perl/5.7.0/epoc' sitearchexp='?:/perl/lib/site_perl/5.7.0/epoc' diff --git a/vos/config.alpha.def b/vos/config.alpha.def index 1d19488..f290643 100644 --- a/vos/config.alpha.def +++ b/vos/config.alpha.def @@ -435,7 +435,7 @@ $shmattype='void *' $shortsize='2' $sig_name_init='"ZERO","ABRT","FPE","ILL","INT","SEGV","TERM","USR1","USR2","IO","HUP","URG","ALRM","KILL","PIPE","QUIT","CHLD","CONT","STOP","TSTP","TTIN","TTOU","BUS","RT1","RT2","RT3","RT4","RT5","RT6","RT7","RT8",0' $sig_num_init='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,0' -$sig_size='32' +$sig_size='31' $signal_t='void' $sitearch='' $sitearchexp='' diff --git a/vos/config.alpha.h b/vos/config.alpha.h index bbffe1a..33889df 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -2924,7 +2924,7 @@ */ #define SIG_NAME "ZERO","ABRT","FPE","ILL","INT","SEGV","TERM","USR1","USR2","IO","HUP","URG","ALRM","KILL","PIPE","QUIT","CHLD","CONT","STOP","TSTP","TTIN","TTOU","BUS","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,0 /**/ -#define SIG_SIZE 32 /**/ +#define SIG_SIZE 31 /**/ /* SITEARCH: * This symbol contains the name of the private library for this package.