Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 19 Jul 2022 11:20:55 +0000 (12:20 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 19 Jul 2022 11:20:55 +0000 (12:20 +0100)
commit30abd16ae1b22dfeb7e0cdd3283a336374951125
tree18c719e4ceb0dd35f277e534abf0980caf263367
parentf6a090632e81b39fc9a0987ca7c288da820dc5ad
Use `ucontext_t` instead of `ucontext`

Forwarded: not-needed

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/x86/fault_handler_x86.cc
runtime/native_stack_dump.cc