summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-05 22:26:00 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:21 -0700
commita377a09989895396c80a1e522682c25069cc46fb (patch)
tree422922af01b52adbf7b380695e09ae89dda49c5b /proto.h
parent84c7b88ccae183c236ad7ca5cdb8dd097de25420 (diff)
downloadperl-a377a09989895396c80a1e522682c25069cc46fb.tar.gz
Restore whichsig to the list in perlapi
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 259017579f..6e9eda4591 100644
--- a/proto.h
+++ b/proto.h
@@ -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 \