Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 31 Jan 2023 07:58:29 +0000 (07:58 +0000)
committerRoger Shimizu <rosh@debian.org>
Tue, 31 Jan 2023 07:58:29 +0000 (07:58 +0000)
commitda8e563fc656b6136ab912965a8195d5d387e4ba
tree26cd81df6df2e93db7c3b7aa2cee6d9eb2c455dd
parent8aa536d1dd1cf46df84a5f51d73192c5ef61e321
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: Topic art
Gbp-Pq: Name ucontext.patch
art/runtime/arch/arm/fault_handler_arm.cc
art/runtime/arch/arm/instruction_set_features_arm.cc
art/runtime/arch/arm64/fault_handler_arm64.cc
art/runtime/arch/mips/fault_handler_mips.cc
art/runtime/arch/mips64/fault_handler_mips64.cc
art/runtime/arch/x86/fault_handler_x86.cc
art/runtime/native_stack_dump.cc