This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [PATCH v2 14/16] import gnulib sys_wait module


Eli> Once again: gnulib's sys_wait.h is wrong for MinGW.  This:

I had thought from the earlier series that you didn't think it was
important, but I looked a bit more and I agree, we can't use this.

For example, charset.c uses WIFEXITED -- and it assumes a
tradition-unix-like definition, because that is what pex uses.

Now, it seems to me that it would be preferable if all use of wait.h and
associated macros was limited to various "nat" files.  However, that's a
bigger change than I want to get into with this series.

I'm going to drop this patch and the one to remove gdb_wait.h.

Tom


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