summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2003-03-18 03:02:38 +0000
committerGurusamy Sarathy <gsar@cpan.org>2003-03-18 03:02:38 +0000
commitf05fc11dca96b2991d1e73772c29eaf3c9254ec4 (patch)
treee09f8eea0b36a2be4eef74ac9b1348b90e300f41 /Porting
parentc3e38355f691a863fa579e9a1b50490c57d1d285 (diff)
downloadperl-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')
-rw-r--r--Porting/Glossary2
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).