Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Tue, 10 May 2022 10:33:56 +0000 (11:33 +0100)
committerRoger Shimizu <rosh@debian.org>
Tue, 10 May 2022 10:33:56 +0000 (11:33 +0100)
commitbee52b24d9a99fa04f7ec1ecfbc05a2aaa00eb4b
tree33767bc1e9e113d31fcb9108438791aeddb2fd1b
parentda69fd5de0477f9c3f98d28925114513d343a23e
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: 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/x86/fault_handler_x86.cc
runtime/native_stack_dump.cc