Use `ucontext_t` instead of `ucontext`
authorAndroid Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Thu, 13 Oct 2022 18:56:25 +0000 (19:56 +0100)
commit63135ad322977144a7d6b04e13d78c2b808a6bb6
tree16bcfe4da1d614bae4b8bbfaa6c1bd5d3336f928
parentb8684ac463fbbeadda9111f14fa915364dee786d
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