summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reentr.h5
-rw-r--r--reentr.pl5
2 files changed, 10 insertions, 0 deletions
diff --git a/reentr.h b/reentr.h
index ca526c456b..3bd9030306 100644
--- a/reentr.h
+++ b/reentr.h
@@ -1425,4 +1425,9 @@ typedef struct {
#endif
+PERL_CALLCONV void Perl_reentrant_size(pTHX);
+PERL_CALLCONV void Perl_reentrant_init(pTHX);
+PERL_CALLCONV void Perl_reentrant_free(pTHX);
+PERL_CALLCONV void* Perl_reentrant_retry(const char *f, ...);
+
/* ex: set ro: */
diff --git a/reentr.pl b/reentr.pl
index 13cf4d1087..0a60a15ae3 100644
--- a/reentr.pl
+++ b/reentr.pl
@@ -760,6 +760,11 @@ typedef struct {
#endif
+PERL_CALLCONV void Perl_reentrant_size(pTHX);
+PERL_CALLCONV void Perl_reentrant_init(pTHX);
+PERL_CALLCONV void Perl_reentrant_free(pTHX);
+PERL_CALLCONV void* Perl_reentrant_retry(const char *f, ...);
+
/* ex: set ro: */
EOF