summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index b724e414e6..f3014cbb14 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -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)