diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-25 14:48:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-25 14:48:44 (GMT) |
commit | 6f438769bc6be9f629476c948b96d7d00c7586e0 (patch) | |
tree | e959aa1685aaa406495101c143a1e6c36334791d /generic/tclInt.decls | |
parent | 9acd2dacaa017754ac943083b55b1defd6818282 (diff) | |
download | tcl-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.decls | 7 |
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) } |