This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0c1bf4c
)
Clarify limitation in safe signals.
author
Leon Timmermans
<fawaka@gmail.com>
Mon, 17 Jan 2011 16:59:33 +0000
(17:59 +0100)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 18 Jan 2011 06:31:27 +0000
(22:31 -0800)
ext/POSIX/lib/POSIX.pod
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/lib/POSIX.pod
b/ext/POSIX/lib/POSIX.pod
index
64852e9
..
9df0cde
100644
(file)
--- a/
ext/POSIX/lib/POSIX.pod
+++ b/
ext/POSIX/lib/POSIX.pod
@@
-1196,6
+1196,10
@@
Synopsis:
Returns C<undef> on failure.
+Note that you can't reliably block or unblock a signal from its own signal
+handler if you're using safe signals. Other signals can be blocked or unblocked
+reliably.
+
=item sigsetjmp
C<sigsetjmp()> is C-specific: use C<eval {}> instead,