diff options
Diffstat (limited to 'reentr.pl')
-rw-r--r-- | reentr.pl | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |