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: New ARI warning Wed Apr 27 01:54:55 UTC 2011


> Yes, I agree.  So far, gdb code is using gdb_wait.h and gdbserver is
> using sys/wait.h.  gdb_wait.h looks quite independent of gdb or
> gdbserver.  Is there any known reason that we can't use gdb_wait.h in
> gdbserver?  I don't see any.

You need to make sure that both configures test for sys/wait.h and
wait.h. I looked at gdbserver's configure, and it is missing the check
for wait.

-- 
Joel


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