diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-18 06:56:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-18 06:56:26 +0000 |
commit | 4492b098a8517fe1f73eca32139095ceb008ac02 (patch) | |
tree | 1a430526588c4eb6f9c9297a09b22dd83591e229 /Porting/config_H | |
parent | 921106c83a96a1e3c3529657fd119ae4e7808b60 (diff) | |
download | perl-4492b098a8517fe1f73eca32139095ceb008ac02.tar.gz |
The description of SIG_SIZE was off.
p4raw-id: //depot/perl@19021
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/config_H b/Porting/config_H index d2d11b58e6..9b9eb7601c 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Fri Mar 14 12:30:38 EET 2003 + * Configuration time: Tue Mar 18 09:54:47 EET 2003 * Configured by : jhi * Target system : osf1 kosh.hut.fi v5.1 2650 alpha */ @@ -2214,8 +2214,8 @@ * not from sig_num (which is unused). */ /* SIG_SIZE: - * This variable contains the number of elements of the sig_name - * and sig_num arrays, excluding the final NULL entry. + * This variable contains the number of elements of the SIG_NAME + * 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 /**/ |