summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 68e3082..da3d1f0 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -424,7 +424,7 @@ typedef int Tcl_Size;
/* Here is a 2-byte gap */
unsigned st_rdev;
/* Here is a 4-byte gap */
- long st_size;
+ long long st_size;
struct {long tv_sec;} st_atim;
struct {long tv_sec;} st_mtim;
struct {long tv_sec;} st_ctim;