summaryrefslogtreecommitdiff
path: root/vos/config.alpha.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-21 19:22:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-21 19:22:26 +0000
commitbbbf5d77f86bf2c0500b791adc75e990b503ac14 (patch)
tree84809973430bb95920231d2a750cdd613ca87b01 /vos/config.alpha.h
parentb5a0da183be05b17fe5f94a6d874ae3af91c12f3 (diff)
downloadperl-bbbf5d77f86bf2c0500b791adc75e990b503ac14.tar.gz
The SIG_SIZE is the number of the elements *excluding*
the terminating NULL. p4raw-id: //depot/perl@8501
Diffstat (limited to 'vos/config.alpha.h')
-rw-r--r--vos/config.alpha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vos/config.alpha.h b/vos/config.alpha.h
index 57324d98e7..bbffe1afb4 100644
--- a/vos/config.alpha.h
+++ b/vos/config.alpha.h
@@ -2920,7 +2920,7 @@
*/
/* SIG_SIZE:
* This variable contains the number of elements of the sig_name
- * and sig_num arrays, including the final NULL entry.
+ * and sig_num arrays, excluding the final NULL entry.
*/
#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 /**/