summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-06-04 16:18:05 +0100
committerDavid Mitchell <davem@iabyn.com>2010-06-04 16:18:05 +0100
commit92f022bbf8c129c6f2379a382f1eaaa5c7bd9f3f (patch)
treef848f69dc55ae2b803d5123060a048bc11d6f73d /perlapi.h
parent83918a83a5dfae8071d366c33fa37b83aabecfc4 (diff)
downloadperl-92f022bbf8c129c6f2379a382f1eaaa5c7bd9f3f.tar.gz
add PL_signalhook to hook into signal dispatch
This is initially intended for threads::shared and shouldn't (yet) be considered part of the public API.
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index 5b7c50b7f4..506d72c5ce 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -582,6 +582,8 @@ END_EXTERN_C
#define PL_sig_pending (*Perl_Isig_pending_ptr(aTHX))
#undef PL_sighandlerp
#define PL_sighandlerp (*Perl_Isighandlerp_ptr(aTHX))
+#undef PL_signalhook
+#define PL_signalhook (*Perl_Isignalhook_ptr(aTHX))
#undef PL_signals
#define PL_signals (*Perl_Isignals_ptr(aTHX))
#undef PL_slab_count