summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-06-11 22:25:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-06-11 22:25:57 (GMT)
commit7b4a3a11e94026797dfda140a1044ecf9d2871c5 (patch)
tree6a45cf13fc11076c7e753f5bd0c80c7d3a72eecf /generic/tclFileSystem.h
parent45d29cd41c215484eaf33a4f02be315a6b1872b9 (diff)
downloadtcl-7b4a3a11e94026797dfda140a1044ecf9d2871c5.zip
tcl-7b4a3a11e94026797dfda140a1044ecf9d2871c5.tar.gz
tcl-7b4a3a11e94026797dfda140a1044ecf9d2871c5.tar.bz2
First draft patch to fix Bug 3024359. No reliable test yet.
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r--generic/tclFileSystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h
index 2d6f046..97e73fe 100644
--- a/generic/tclFileSystem.h
+++ b/generic/tclFileSystem.h
@@ -52,6 +52,7 @@ typedef struct ThreadSpecificData {
Tcl_Obj *cwdPathPtr;
ClientData cwdClientData;
FilesystemRecord *filesystemList;
+ int claims;
} ThreadSpecificData;
/*