DB_File 1.58 patch
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index b724e41..be081be 100644 (file)
@@ -51,7 +51,7 @@ PERLVAR(Istatusvalue, I32)            /* $? */
 PERLVAR(Istatusvalue_vms,      U32)            
 #endif
 
-PERLVAR(Istatcache,    struct stat)    /* _ */
+PERLVAR(Istatcache,    Stat_t) /* _ */
 PERLVAR(Istatgv,       GV *)           
 PERLVARI(Istatname,    SV *,   Nullsv) 
 
@@ -156,4 +156,5 @@ PERLVAR(Iofmt,              char *)         /* $# */
 
 #ifdef USE_THREADS
 PERLVAR(Ithrsv,                SV *)           /* holds struct perl_thread for main thread */
+PERLVARI(Ithreadnum,   U32,    0)      /* incremented each thread creation */
 #endif /* USE_THREADS */