This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build regression on i386-mingw


| 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]