diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-26 19:59:21 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-26 19:59:21 (GMT) |
| commit | c38d07a84806fed9a98b05707cec411170a3255d (patch) | |
| tree | ef0100fc1bd40b34ddc37e71b39b4c0fcf02b1e7 /generic/tclFCmd.c | |
| parent | 8231fb69951a8e8b62cdd6d709a4d5dab17a34a0 (diff) | |
| parent | 889858de26753cb512fda204a65783c308b7b576 (diff) | |
| download | tcl-c38d07a84806fed9a98b05707cec411170a3255d.zip tcl-c38d07a84806fed9a98b05707cec411170a3255d.tar.gz tcl-c38d07a84806fed9a98b05707cec411170a3255d.tar.bz2 | |
merge to feature branchrfe_3464401
Diffstat (limited to 'generic/tclFCmd.c')
| -rw-r--r-- | generic/tclFCmd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclFCmd.c b/generic/tclFCmd.c index 1f73cf3..6113cf7 100644 --- a/generic/tclFCmd.c +++ b/generic/tclFCmd.c @@ -10,6 +10,11 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ +#ifndef _WIN64 +/* See [Bug 2935503]: file mtime sets wrong time */ +# define _USE_32BIT_TIME_T +#endif + #include <sys/stat.h> #include "tclInt.h" #include "tclPort.h" |
