[patch] fix tkill_failed gcc warning in gdbserver

Doug Evans dje@google.com
Mon Dec 21 20:23:00 GMT 2009


On Mon, Dec 21, 2009 at 12:19 PM, Daniel Jacobowitz <drow@false.org> wrote:
> 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.

It doesn't have any SYS_*.  Sorry for the confusion.

I would like to have used __NR_tkill unconditionally but I couldn't be
sure removing SYS_tkill wouldn't break something.
If you say it's ok, I'll remove it.



More information about the Gdb-patches mailing list