summaryrefslogtreecommitdiff
path: root/embedvar.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 /embedvar.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 'embedvar.h')
-rw-r--r--embedvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index 609e107ff0..428147f636 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -273,6 +273,7 @@
#define PL_sharehook (vTHX->Isharehook)
#define PL_sig_pending (vTHX->Isig_pending)
#define PL_sighandlerp (vTHX->Isighandlerp)
+#define PL_signalhook (vTHX->Isignalhook)
#define PL_signals (vTHX->Isignals)
#define PL_slab_count (vTHX->Islab_count)
#define PL_slabs (vTHX->Islabs)
@@ -601,6 +602,7 @@
#define PL_Isharehook PL_sharehook
#define PL_Isig_pending PL_sig_pending
#define PL_Isighandlerp PL_sighandlerp
+#define PL_Isignalhook PL_signalhook
#define PL_Isignals PL_signals
#define PL_Islab_count PL_slab_count
#define PL_Islabs PL_slabs