diff options
author | Karl Williamson <khw@cpan.org> | 2020-08-15 17:01:44 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-08-15 18:05:41 -0600 |
commit | ce60d79aa11b881f4d22547d8a574150b57886f4 (patch) | |
tree | 80a94cbd0d3c6001d271ca0200bc60588b308cf2 /perl.h | |
parent | 1243fa195dd13b3094ab23dd6b1f934dd07223b5 (diff) | |
download | perl-ce60d79aa11b881f4d22547d8a574150b57886f4.tar.gz |
PL_signals is undocumented
Therefore there is no link to it.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7088,7 +7088,7 @@ extern void moncontrol(int); /* =for apidoc Amn|U32|PERL_SIGNALS_UNSAFE_FLAG -If this bit in L</C<PL_signals>> is set, the system is uing the pre-Perl 5.8 +If this bit in C<PL_signals> is set, the system is uing the pre-Perl 5.8 unsafe signals. See L<perlrun/PERL_SIGNALS> and L<perlipc/Deferred Signals (Safe Signals)>. |