Race condition fix in threads.pm
[p5sagit/p5-mst-13.2.git] / reentr.h
index 3bd9030..ca526c4 100644 (file)
--- a/reentr.h
+++ b/reentr.h
@@ -1425,9 +1425,4 @@ 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: */