summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-23 16:15:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-23 16:15:46 +0000
commit8966e0c4d986cde86bde73b1fa0b5eb2a4cef463 (patch)
treecefd3ea5500d61c517d25085cdc2765bbcbf6630 /Porting
parent48cf72c85711f1650a96caf8dc746a297ee2bd06 (diff)
downloadperl-8966e0c4d986cde86bde73b1fa0b5eb2a4cef463.tar.gz
Forgotten from #8501.
p4raw-id: //depot/perl@8533
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary2
-rw-r--r--Porting/config.sh4
-rw-r--r--Porting/config_H4
3 files changed, 5 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 4fd5f3a1cb..d32c0a6789 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -3190,7 +3190,7 @@ sig_num_init (sig_name.U):
sig_size (sig_name.U):
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.
signal_t (d_voidsig.U):
This variable holds the type of the signal handler (void or int).
diff --git a/Porting/config.sh b/Porting/config.sh
index a82d9aff25..ec93c844b1 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Wed Jan 17 05:19:01 EET 2001
+# Configuration time: Sun Jan 21 21:13:39 EET 2001
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -62,7 +62,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_
ccversion='V5.6-082'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Wed Jan 17 05:19:01 EET 2001'
+cf_time='Sun Jan 21 21:13:39 EET 2001'
charsize='1'
chgrp=''
chmod=''
diff --git a/Porting/config_H b/Porting/config_H
index 10e5317e7e..9cf1101e32 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Wed Jan 17 05:19:01 EET 2001
+ * Configuration time: Sun Jan 21 21:13:39 EET 2001
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -2939,7 +2939,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", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "EMT", "FPE", "KILL", "BUS", "SEGV", "SYS", "PIPE", "ALRM", "TERM", "IOINT", "STOP", "TSTP", "CONT", "CHLD", "TTIN", "TTOU", "AIO", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "INFO", "USR1", "USR2", "RESV", "RTMIN", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "MAX", "IOT", "LOST", "URG", "CLD", "IO", "POLL", "PTY", "PWR", "RTMAX", 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, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 6, 6, 16, 20, 23, 23, 23, 29, 48, 0 /**/