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] fix tkill_failed gcc warning in gdbserver


On Mon, Dec 21, 2009 at 12:10:33PM -0800, Doug Evans wrote:
> Hi.
> 
> android doesn't have SYS_tkill but it does have __NR_tkill.

Does it have the other SYS_ constants?  It's a weird omission.
Anyway, might as well use __NR_tkill unconditionally.

-- 
Daniel Jacobowitz
CodeSourcery


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