This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add PL_signalhook to hook into signal dispatch
authorDavid Mitchell <davem@iabyn.com>
Fri, 4 Jun 2010 15:18:05 +0000 (16:18 +0100)
committerDavid Mitchell <davem@iabyn.com>
Fri, 4 Jun 2010 15:18:05 +0000 (16:18 +0100)
commit92f022bbf8c129c6f2379a382f1eaaa5c7bd9f3f
treef848f69dc55ae2b803d5123060a048bc11d6f73d
parent83918a83a5dfae8071d366c33fa37b83aabecfc4
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.
embedvar.h
intrpvar.h
perl.h
perlapi.h
sv.c