diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-24 19:52:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-24 19:52:56 (GMT) |
commit | 5995476331c37a8c9e8e85ca5c2b2db86c43ba44 (patch) | |
tree | 6e84cf6bab875aa9d4da86d73404be40fbc6c3ee /generic/tclInt.decls | |
parent | dfe42eb574aa00b5653a4388eb77a2039c432e1b (diff) | |
parent | e17b10feb293574585719b19b3dbee4c3bcab3b0 (diff) | |
download | tcl-5995476331c37a8c9e8e85ca5c2b2db86c43ba44.zip tcl-5995476331c37a8c9e8e85ca5c2b2db86c43ba44.tar.gz tcl-5995476331c37a8c9e8e85ca5c2b2db86c43ba44.tar.bz2 |
Take cygwin handling of X11 into account
Implement TclpIsAtty, Cygwin only
doc/dde.n: doc fix
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 9eb8320..97517ea 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -1084,6 +1084,10 @@ declare 15 win { const char **argv, TclFile inputFile, TclFile outputFile, TclFile errorFile, Tcl_Pid *pidPtr) } +# new for 8.4.20+/8.5.12+ Cygwin only +declare 16 win { + int TclpIsAtty(int fd) +} # Signature changed in 8.1: # declare 16 win { # TclFile TclpCreateTempFile(char *contents, Tcl_DString *namePtr) |