15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
* Copyright (c) 1994-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* 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"
#ifdef MAC_TCL
|
|
|
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
* Copyright (c) 1994-1997 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
#ifndef _WIN64
/* See [Bug 3354324]: file mtime sets wrong time */
# define _USE_32BIT_TIME_T
#endif
#include <sys/stat.h>
#include "tclInt.h"
#include "tclPort.h"
#ifdef MAC_TCL
|