summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
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)
commitd180ccb164a74d2660ac36e7f56863c9b4fbd6f0 (patch)
tree200fb81bc66214d8e806bb318e7fe9b49c35500d /generic/tclStubInit.c
parent37658e808d278d9b59d70c19a85800423052486a (diff)
downloadtcl-d180ccb164a74d2660ac36e7f56863c9b4fbd6f0.zip
tcl-d180ccb164a74d2660ac36e7f56863c9b4fbd6f0.tar.gz
tcl-d180ccb164a74d2660ac36e7f56863c9b4fbd6f0.tar.bz2
add TclUnixCopyFile to stub table for Cygwin
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index ca21efb..7b73ee3 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -77,6 +77,7 @@ MODULE_SCOPE TclTomMathStubs tclTomMathStubs;
#ifdef __WIN32__
# define TclUnixWaitForFile 0
+# define TclUnixCopyFile 0
# define TclpReaddir 0
# define TclpIsAtty 0
#elif defined(__CYGWIN__)
@@ -509,7 +510,7 @@ TclIntPlatStubs tclIntPlatStubs = {
TclpCreatePipe, /* 14 */
TclpCreateProcess, /* 15 */
TclpIsAtty, /* 16 */
- NULL, /* 17 */
+ TclUnixCopyFile, /* 17 */
TclpMakeFile, /* 18 */
TclpOpenFile, /* 19 */
TclWinAddProcess, /* 20 */