diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-17 13:09:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-17 13:09:59 (GMT) |
commit | e62ccc83c83c95d86df019b2727fff7c9b99f777 (patch) | |
tree | 280f78331c419f47c909f4e7a7e674f53a6b3aaf /unix/tclUnixPipe.c | |
parent | 4de1b924a8f4f41a574d576427acfea490cd06ca (diff) | |
parent | 54b62ddd622894072bea921ed8c3a5af0d7d3de9 (diff) | |
download | tcl-e62ccc83c83c95d86df019b2727fff7c9b99f777.zip tcl-e62ccc83c83c95d86df019b2727fff7c9b99f777.tar.gz tcl-e62ccc83c83c95d86df019b2727fff7c9b99f777.tar.bz2 |
Merge-mark 8.5. Remove some ARGSUSED usage.
Diffstat (limited to 'unix/tclUnixPipe.c')
-rw-r--r-- | unix/tclUnixPipe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c index 8b26694..b98ea26 100644 --- a/unix/tclUnixPipe.c +++ b/unix/tclUnixPipe.c @@ -374,7 +374,6 @@ TclpCloseFile( *--------------------------------------------------------------------------- */ - /* ARGSUSED */ int TclpCreateProcess( Tcl_Interp *interp, /* Interpreter in which to leave errors that @@ -900,7 +899,6 @@ TclGetAndDetachPids( *---------------------------------------------------------------------- */ - /* ARGSUSED */ static int PipeBlockModeProc( ClientData instanceData, /* Pipe state. */ @@ -1249,7 +1247,6 @@ Tcl_WaitPid( *---------------------------------------------------------------------- */ - /* ARGSUSED */ int Tcl_PidObjCmd( ClientData dummy, /* Not used. */ |