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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add explicit 1-arg and 3-arg sig handler functions
[perl5.git]
/
sv.c
diff --git
a/sv.c
b/sv.c
index
485755b
..
2fb9750
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-15317,6
+15317,8
@@
perl_clone_using(PerlInterpreter *proto_perl, UV flags,
PL_origalen = proto_perl->Iorigalen;
PL_sighandlerp = proto_perl->Isighandlerp;
+ PL_sighandler1p = proto_perl->Isighandler1p;
+ PL_sighandler3p = proto_perl->Isighandler3p;
PL_runops = proto_perl->Irunops;