summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-22 13:16:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-22 13:16:21 (GMT)
commitf46d2546ab96bd78b76d02331df74ce035c356d4 (patch)
tree1b354d32ecde0d84c2e3f5847b899015ce775a34
parentfd3c38f894a7cce3d725b60f8d5cead803d9ff6c (diff)
downloadtcl-f46d2546ab96bd78b76d02331df74ce035c356d4.zip
tcl-f46d2546ab96bd78b76d02331df74ce035c356d4.tar.gz
tcl-f46d2546ab96bd78b76d02331df74ce035c356d4.tar.bz2
Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together with <tcl.h>
-rw-r--r--generic/tcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index eeff36e..31960ec 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -422,7 +422,7 @@ typedef unsigned TCL_WIDE_INT_TYPE Tcl_WideUInt;
typedef struct _stat32i64 Tcl_StatBuf;
# endif /* _MSC_VER < 1400 */
#elif defined(__CYGWIN__)
- typedef struct _stat32i64 {
+ typedef struct {
dev_t st_dev;
unsigned short st_ino;
unsigned short st_mode;