summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-01 19:39:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-01 19:39:03 (GMT)
commit0be279d05406008feb6cef4e6de1a3c890078d44 (patch)
tree200fb81bc66214d8e806bb318e7fe9b49c35500d /generic/tclInt.decls
parentf490a622dec189accf0e16e3321d30d44c0821ea (diff)
downloadtcl-0be279d05406008feb6cef4e6de1a3c890078d44.zip
tcl-0be279d05406008feb6cef4e6de1a3c890078d44.tar.gz
tcl-0be279d05406008feb6cef4e6de1a3c890078d44.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 0459e8c..102d04b 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -1034,6 +1034,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)
}