Remove SYS_tgkill from Android.h
authorPavel Labath <labath@google.com>
Mon, 8 Aug 2016 12:40:11 +0000 (12:40 +0000)
committerPavel Labath <labath@google.com>
Mon, 8 Aug 2016 12:40:11 +0000 (12:40 +0000)
commitc923a3dc00c5dfdf68fabd6d9d85ccf2bedc6066
treed70e71a567b8d95d9268103097f079b29ad91113
parent6b73456865926b5279faa68e771c513e969d0a64
Remove SYS_tgkill from Android.h

instead, use __NR_tgkill directly, which seems to be the preferred form in the codebase anyway.

llvm-svn: 277999
lldb/include/lldb/Host/android/Android.h
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp