From d9e635b60b0e1dc8328faaa9dce7938f09f59b6f Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 22 Jan 2001 14:55:15 +0000 Subject: More SIG_SIZE fixes. p4raw-id: //depot/perl@8516 --- vos/config.alpha.def | 2 +- vos/config.alpha.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vos') diff --git a/vos/config.alpha.def b/vos/config.alpha.def index 1d19488314..f290643719 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 bbffe1afb4..33889df8c0 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. -- cgit v1.2.1