Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 5 Apr 2022 11:39:26 +0000 (12:39 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Tue, 5 Apr 2022 11:39:26 +0000 (12:39 +0100)
commit46ce4ceed6fa0ed8066ebd39b07b1673ca9eb4f2
tree98147c2f6d5162280e82e4bfae44c5c1ab08db14
parent2c9a0b454c15ccb5f6bf7dfa37d6b61d33a78db7
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