diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-21 19:22:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-21 19:22:26 +0000 |
commit | bbbf5d77f86bf2c0500b791adc75e990b503ac14 (patch) | |
tree | 84809973430bb95920231d2a750cdd613ca87b01 /win32/config_H.gc | |
parent | b5a0da183be05b17fe5f94a6d874ae3af91c12f3 (diff) | |
download | perl-bbbf5d77f86bf2c0500b791adc75e990b503ac14.tar.gz |
The SIG_SIZE is the number of the elements *excluding*
the terminating NULL.
p4raw-id: //depot/perl@8501
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index 49000c6eda..b86a80b8ea 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2935,7 +2935,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", "NUM01", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07", "FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17", "NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 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, 20, 0 /**/ |