Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Mon, 27 Jun 2022 17:30:12 +0000 (18:30 +0100)
committerRoger Shimizu <rosh@debian.org>
Mon, 27 Jun 2022 17:30:12 +0000 (18:30 +0100)
commit721f4ba13af2c977e3d74680e4a30bd034d23fb3
tree46600b1fc41ef9d3ea313a20142093c59dc84e5d
parent7966b7cb3a7023bac97cc0aa14821c815dadf5cc
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