Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Thu, 13 Dec 2018 09:11:09 +0000 (09:11 +0000)
committerKai-Chung Yan <seamlik@debian.org>
Thu, 13 Dec 2018 09:11:09 +0000 (09:11 +0000)
commit8a4d7eb6c238cab63e1587ca37f9ed70fdc09863
tree6e5bb0d7611f2a402ee1c99b65a51d5f66b23a07
parentaacd60c1b4ed3b4513db37f3ec6a1180bba9d679
Use `ucontext_t` instead of `ucontext`

Both Bionic and glibc define a struct called `ucontext_t` but only Bionic
defines an alias `ucontext_t`. Let's use the more standardized one.

Gbp-Pq: Name ucontext.patch
runtime/arch/arm/fault_handler_arm.cc
runtime/arch/arm/instruction_set_features_arm.cc
runtime/arch/arm64/fault_handler_arm64.cc
runtime/arch/mips/fault_handler_mips.cc
runtime/arch/mips64/fault_handler_mips64.cc
runtime/arch/x86/fault_handler_x86.cc
runtime/native_stack_dump.cc