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:
authorChristopher Faylor <me@cgf.cx>2009-02-24 05:11:14 +0300
committerChristopher Faylor <me@cgf.cx>2009-02-24 05:11:14 +0300
commit99fe2b786610ed7b7d5354ed792c22f8446b8ea6 (patch)
tree81bf84d1945ad81b1429ab2d371df9ec68e2b889 /winsup/cygwin/spawn.cc
parentbe6f5dfdc711f7535ce58a9e5869b787719c0455 (diff)
Add DESTDIR functionality to Makefile.in's.
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 121655d49..cd80e1833 100644
--- a/winsup/cygwin/spawn.cc
+++ b/winsup/cygwin/spawn.cc
@@ -512,7 +512,7 @@ spawn_guts (const char *prog_arg, const char *const *argv,
si.lpReserved2 = (LPBYTE) &ch;
si.cbReserved2 = sizeof (ch);
- /* Depends on ch.set call above!
+ /* Depends on ch.set call above.
Some file types might need extra effort in the parent after CreateProcess
and before copying the datastructures to the child. So we have to start
the child in suspend state, unfortunately, to avoid a race condition. */