Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 2 Aug 2022 15:23:27 +0000 (16:23 +0100)
committerRoger Shimizu <rosh@debian.org>
Tue, 2 Aug 2022 15:23:27 +0000 (16:23 +0100)
commit6c90fca9b5ba6bac780f643895651fc4db4e8ed7
tree577aba213d6e505b494e9fa01fc9ff5aa231e233
parent6fc13a12aca091a46eddc5a2f7dab2731936f976
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