bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gnulib] wait-process module


From: Bruno Haible
Subject: Re: [bug-gnulib] wait-process module
Date: Tue, 2 May 2006 19:07:59 +0200
User-agent: KMail/1.5

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]