* dtable.cc (dtable::set_file_pointers_for_exec): Reenable. Fix

comment.
	* spawn.cc (spawn_guts): Call cygheap->fdtab.set_file_pointers_for_exec
	only for non-Cygwin processes.
This commit is contained in:
Corinna Vinschen
2007-12-14 11:32:40 +00:00
parent 3d711a27ba
commit cce64750b2
3 changed files with 11 additions and 4 deletions

View File

@ -465,7 +465,8 @@ spawn_guts (const char * prog_arg, const char *const *argv,
cygbench ("spawn-guts");
cygheap->fdtab.set_file_pointers_for_exec ();
if (!real_path.iscygexec())
cygheap->fdtab.set_file_pointers_for_exec ();
moreinfo->envp = build_env (envp, envblock, moreinfo->envc, real_path.iscygexec ());
if (!moreinfo->envp || !envblock)