Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-06-29 14:37:23 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-06-29 14:37:23 +0400
commit601fbebdf5c25b002f0b63b1886b6f88be95d34c (patch)
tree2e87b810e5c17df0ebf7b77bf156a17b49833bc7 /winsup/cygwin/spawn.cc
parente7daa3ed754dfaa406099aa8be9473eda959df60 (diff)
* spawn.cc (spawn_guts): Reinstantiate a FIXME comment.
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r--winsup/cygwin/spawn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc
index 9d11c8c22..d56a3852c 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -692,7 +692,7 @@ loop:
myself->dwProcessId = pi.dwProcessId;
strace.execing = 1;
myself.hProcess = hExeced = pi.hProcess;
- real_path.get_wide_win32_path (myself->progname);
+ real_path.get_wide_win32_path (myself->progname); // FIXME: race?
sigproc_printf ("new process name %W", myself->progname);
/* If wr_proc_pipe doesn't exist then this process was not started by a cygwin
process. So, we need to wait around until the process we've just "execed"