summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-25 15:03:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-25 15:03:06 (GMT)
commitb86333ba016d7979b07dd1819c38ffcbea74967e (patch)
tree33c1dc75a5240a76e72ca55a455d4d0e263113e2 /generic/tclInt.decls
parent652e994c7374458d425e6fa792645d6a3c9fc212 (diff)
parent6f438769bc6be9f629476c948b96d7d00c7586e0 (diff)
downloadtcl-b86333ba016d7979b07dd1819c38ffcbea74967e.zip
tcl-b86333ba016d7979b07dd1819c38ffcbea74967e.tar.gz
tcl-b86333ba016d7979b07dd1819c38ffcbea74967e.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls7
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index abb8c38..bdc7288 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -1203,10 +1203,9 @@ declare 4 unix {
const char **argv, TclFile inputFile, TclFile outputFile,
TclFile errorFile, Tcl_Pid *pidPtr)
}
-# Signature changed in 8.1:
-# declare 5 unix {
-# TclFile TclpCreateTempFile(char *contents, Tcl_DString *namePtr)
-# }
+declare 5 unix {
+ int TclUnixWaitForFile_(int fd, int mask, int timeout)
+}
declare 6 unix {
TclFile TclpMakeFile(Tcl_Channel channel, int direction)
}