diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-03 15:29:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-03 15:29:37 (GMT) |
commit | a071f9c13b5242946d0c6cff069a3c08ef7c50e3 (patch) | |
tree | ca24897d987ea2975c78d2e460ae84624e5a755f /unix/tclUnixPipe.c | |
parent | edd3934b326705a8664319d0e89024ac597650b5 (diff) | |
download | tcl-a071f9c13b5242946d0c6cff069a3c08ef7c50e3.zip tcl-a071f9c13b5242946d0c6cff069a3c08ef7c50e3.tar.gz tcl-a071f9c13b5242946d0c6cff069a3c08ef7c50e3.tar.bz2 |
Remove useless section in tclUnixPort.h
Diffstat (limited to 'unix/tclUnixPipe.c')
-rw-r--r-- | unix/tclUnixPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixPipe.c b/unix/tclUnixPipe.c index 48a0e6a..acc3b40 100644 --- a/unix/tclUnixPipe.c +++ b/unix/tclUnixPipe.c @@ -499,7 +499,7 @@ TclpCreateProcess( pid = -1; } } -#else +#else pid = fork(); #endif if (pid == 0) { |