diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-23 16:15:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-23 16:15:46 +0000 |
commit | 8966e0c4d986cde86bde73b1fa0b5eb2a4cef463 (patch) | |
tree | cefd3ea5500d61c517d25085cdc2765bbcbf6630 /Porting/config_H | |
parent | 48cf72c85711f1650a96caf8dc746a297ee2bd06 (diff) | |
download | perl-8966e0c4d986cde86bde73b1fa0b5eb2a4cef463.tar.gz |
Forgotten from #8501.
p4raw-id: //depot/perl@8533
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 4 |
1 files changed, 2 insertions, 2 deletions
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 /**/ |