From: Gurusamy Sarathy Date: Tue, 18 Mar 2003 03:02:38 +0000 (+0000) Subject: there is no trailing NULL in sig_name or sig_num, so don't X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f05fc11dca96b2991d1e73772c29eaf3c9254ec4;p=p5sagit%2Fp5-mst-13.2.git there is no trailing NULL in sig_name or sig_num, so don't talk about it p4raw-id: //depot/perl@19018 --- diff --git a/Porting/Glossary b/Porting/Glossary index 14fa609..9058be0 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).