summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-25 14:48:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-25 14:48:44 (GMT)
commit6f438769bc6be9f629476c948b96d7d00c7586e0 (patch)
treee959aa1685aaa406495101c143a1e6c36334791d /generic/tclInt.decls
parent9acd2dacaa017754ac943083b55b1defd6818282 (diff)
downloadtcl-6f438769bc6be9f629476c948b96d7d00c7586e0.zip
tcl-6f438769bc6be9f629476c948b96d7d00c7586e0.tar.gz
tcl-6f438769bc6be9f629476c948b96d7d00c7586e0.tar.bz2
Follow-up to [a9f61c48906b66f8]: Fill UNIX TclIntPlatDecls stub entry 5 with same entry from win32. Can be simplified further in 8.7/9.0.
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 85ce69f..96fa01c 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -1206,10 +1206,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)
}