Change 19018 by [EMAIL PROTECTED] on 2003/03/18 03:02:38

        there is no trailing NULL in sig_name or sig_num, so don't
        talk about it

Affected files ...

... //depot/perl/Porting/Glossary#142 edit

Differences ...

==== //depot/perl/Porting/Glossary#142 (text) ====
Index: perl/Porting/Glossary
--- perl/Porting/Glossary#141~18971~    Fri Mar 14 01:30:18 2003
+++ perl/Porting/Glossary       Mon Mar 17 19:02:38 2003
@@ -4124,7 +4124,7 @@
 
 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).
End of Patch.

Reply via email to