Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Sat, 28 May 2022 11:13:51 +0000 (12:13 +0100)
committerRoger Shimizu <rosh@debian.org>
Sat, 28 May 2022 11:13:51 +0000 (12:13 +0100)
commitac11939c0ab5c66e8980c63b7bd344e34a59f52d
tree01e41139b4dc4086550b600f4ae62a70154f7842
parent61d5e3f74e074e415ffe54c2dfa5d7511a0cf5dd
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