summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPipe.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 15:29:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 15:29:37 (GMT)
commita071f9c13b5242946d0c6cff069a3c08ef7c50e3 (patch)
treeca24897d987ea2975c78d2e460ae84624e5a755f /unix/tclUnixPipe.c
parentedd3934b326705a8664319d0e89024ac597650b5 (diff)
downloadtcl-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.c2
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) {