Derek R. Price wrote: > Doesn't the fact that Cygwin provided an implementation imply that > there is a way to accomplish it?
Cygwin provides not only a <sys/wait.h> implementation, but also fork(), exec(), exit() implementations - that deal specially with the case of a Cygwin program invoking another Cygwin program. When a Cygwin program invokes a program compiled with MSVC or mingw, the exitcode that the parent can retrieve will have the same noninformative value than what we are discussing here. Bruno _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
