Build regression on i386-mingw

FX Coudert fxcoudert@gmail.com
Fri May 20 21:32:00 GMT 2005


>| The following patch causes a build failure on i386-mingw:
>| 
>| 2005-05-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
>|          * fixincl.c: #include <sys/wait.h>
> 
> Thanks for reporting.  That header was included in order to get proper
> declaration for the wait() function.  It seems that i386-mingw has a
> special way to provide for that function.

In fact, wait() is protected in the code, so the header inclusion should 
be protected in the same way. I discovered

http://gcc.gnu.org/ml/gcc-patches/2005-05/msg01794.html

It works. Hasn't been commited yet.

-- 
FX



More information about the Gcc-patches mailing list