summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-01 19:44:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-01 19:44:50 (GMT)
commit74a34ce6ef75b68ce4d8b5a9d6690f4c16f2028d (patch)
tree02315d909ed9839df170704dcea0914ea853dbb1 /generic/tclInt.decls
parent4b11d5fe7fa29c7e54fa991307ac3a8acd2b7258 (diff)
parentd180ccb164a74d2660ac36e7f56863c9b4fbd6f0 (diff)
downloadtcl-74a34ce6ef75b68ce4d8b5a9d6690f4c16f2028d.zip
tcl-74a34ce6ef75b68ce4d8b5a9d6690f4c16f2028d.tar.gz
tcl-74a34ce6ef75b68ce4d8b5a9d6690f4c16f2028d.tar.bz2
add TclUnixCopyFile to stub table for Cygwin
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls5
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 97517ea..9f73a31 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -1095,6 +1095,11 @@ declare 16 win {
# declare 17 win {
# char *TclpGetTZName(void)
# }
+# new for 8.5.12+ Cygwin only
+declare 17 win {
+ int TclUnixCopyFile(const char *src, const char *dst,
+ const Tcl_StatBuf *statBufPtr, int dontCopyAtts)
+}
declare 18 win {
TclFile TclpMakeFile(Tcl_Channel channel, int direction)
}