summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-22 14:55:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-22 14:55:15 +0000
commitd9e635b60b0e1dc8328faaa9dce7938f09f59b6f (patch)
treed91056f628fceef09a7bbee28a0ea9e12a3e5f22 /vos
parentf24fb74c70cf612a8d84dbac874ac288634e60be (diff)
downloadperl-d9e635b60b0e1dc8328faaa9dce7938f09f59b6f.tar.gz
More SIG_SIZE fixes.
p4raw-id: //depot/perl@8516
Diffstat (limited to 'vos')
-rw-r--r--vos/config.alpha.def2
-rw-r--r--vos/config.alpha.h2
2 files changed, 2 insertions, 2 deletions
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.