diff options
author | David Mitchell <davem@iabyn.com> | 2010-06-04 16:18:05 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-06-04 16:18:05 +0100 |
commit | 92f022bbf8c129c6f2379a382f1eaaa5c7bd9f3f (patch) | |
tree | f848f69dc55ae2b803d5123060a048bc11d6f73d /perlapi.h | |
parent | 83918a83a5dfae8071d366c33fa37b83aabecfc4 (diff) | |
download | perl-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |