On Wed, Oct 05, 2011 at 11:17:58PM +0200, Christian Franke wrote:
>Christopher Faylor wrote:
>> On Wed, Oct 05, 2011 at 12:57:44PM +0200, Christian Franke wrote:
>>> ...
>>> diff --git a/winsup/cygwin/include/cygwin/wait.h
>>> b/winsup/cygwin/include/cygwin/wait.h
>>> index bed81b7..e4edba2 100644
Christopher Faylor wrote:
On Wed, Oct 05, 2011 at 12:57:44PM +0200, Christian Franke wrote:
...
diff --git a/winsup/cygwin/include/cygwin/wait.h
b/winsup/cygwin/include/cygwin/wait.h
index bed81b7..e4edba2 100644
--- a/winsup/cygwin/include/cygwin/wait.h
+++ b/winsup/cygwin/include/cygwin/wait.
On 10/05/2011 04:57 AM, Christian Franke wrote:
The file include/sys/wait.h provides union wait but neither the wait()
functions nor the W*() macros allow to actually use it. Compilation of
cdrkit 1.1.11 fails because the configure check assumes that union wait
is the status parameter type if its
On Wed, Oct 05, 2011 at 12:57:44PM +0200, Christian Franke wrote:
>The file include/sys/wait.h provides union wait but neither the wait()
>functions nor the W*() macros allow to actually use it. Compilation of
>cdrkit 1.1.11 fails because the configure check assumes that union wait
>is the statu
The file include/sys/wait.h provides union wait but neither the wait()
functions nor the W*() macros allow to actually use it. Compilation of
cdrkit 1.1.11 fails because the configure check assumes that union wait
is the status parameter type if its declaration exists.
The attached patch fixes