diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-05 22:26:00 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:01:21 -0700 |
commit | a377a09989895396c80a1e522682c25069cc46fb (patch) | |
tree | 422922af01b52adbf7b380695e09ae89dda49c5b /proto.h | |
parent | 84c7b88ccae183c236ad7ca5cdb8dd097de25420 (diff) | |
download | perl-a377a09989895396c80a1e522682c25069cc46fb.tar.gz |
Restore whichsig to the list in perlapi
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4643,6 +4643,9 @@ PERL_CALLCONV void Perl_watch(pTHX_ char** addr) #define PERL_ARGS_ASSERT_WATCH \ assert(addr) +/* PERL_CALLCONV I32 whichsig(pTHX_ const char* sig) + __attribute__nonnull__(pTHX_1); */ + PERL_CALLCONV I32 Perl_whichsig_pv(pTHX_ const char* sig) __attribute__nonnull__(pTHX_1); #define PERL_ARGS_ASSERT_WHICHSIG_PV \ |