From 99fe2b786610ed7b7d5354ed792c22f8446b8ea6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 24 Feb 2009 02:11:14 +0000 Subject: Add DESTDIR functionality to Makefile.in's. --- winsup/cygwin/spawn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/spawn.cc') 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. */ -- cgit v1.2.3