diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-01 19:44:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-01 19:44:50 (GMT) |
commit | a01324b87773322006055cac9ff0da9bdae34d4b (patch) | |
tree | 02315d909ed9839df170704dcea0914ea853dbb1 /generic/tclInt.decls | |
parent | 78b82674195177bbfa1c3139e86cf6c7ddf3a9cb (diff) | |
parent | 0be279d05406008feb6cef4e6de1a3c890078d44 (diff) | |
download | tcl-a01324b87773322006055cac9ff0da9bdae34d4b.zip tcl-a01324b87773322006055cac9ff0da9bdae34d4b.tar.gz tcl-a01324b87773322006055cac9ff0da9bdae34d4b.tar.bz2 |
add TclUnixCopyFile to stub table for Cygwin
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 5 |
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) } |