diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2003-03-18 03:02:38 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2003-03-18 03:02:38 +0000 |
commit | f05fc11dca96b2991d1e73772c29eaf3c9254ec4 (patch) | |
tree | e09f8eea0b36a2be4eef74ac9b1348b90e300f41 /Porting/Glossary | |
parent | c3e38355f691a863fa579e9a1b50490c57d1d285 (diff) | |
download | perl-f05fc11dca96b2991d1e73772c29eaf3c9254ec4.tar.gz |
there is no trailing NULL in sig_name or sig_num, so don't
talk about it
p4raw-id: //depot/perl@19018
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 14fa609b00..9058be0d76 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -4124,7 +4124,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, excluding the final NULL entry. + and sig_num arrays. signal_t (d_voidsig.U): This variable holds the type of the signal handler (void or int). |