summaryrefslogtreecommitdiff
path: root/reentr.pl
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-08-22 20:16:55 +0000
committerSteve Peters <steve@fisharerojo.org>2006-08-22 20:16:55 +0000
commite3bb26e0aa4d50c1d18638138d04d2c37a88fadc (patch)
treeeefad18d3d21fbacbc44953325b7733eda752148 /reentr.pl
parentf445b110c3c62d0310e21171d6cd3346a5a19280 (diff)
downloadperl-e3bb26e0aa4d50c1d18638138d04d2c37a88fadc.tar.gz
Part of one of Jarkko's g++ patches that was missed.
p4raw-id: //depot/perl@28749
Diffstat (limited to 'reentr.pl')
-rw-r--r--reentr.pl5
1 files changed, 5 insertions, 0 deletions
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