]> granicus.if.org Git - strace/commit
aarch64, tile: replace struct ucontext with ucontext_t
authorKhem Raj <raj.khem@gmail.com>
Wed, 28 Jun 2017 18:43:07 +0000 (11:43 -0700)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 1 Jul 2017 09:47:02 +0000 (09:47 +0000)
commit293e98256af04d0d51cc8fa04f790265ea411230
tree624fdcde9e61d71a46303f9e195f85ee9fd6e911
parent1b7a74f3e09ac575561a68e51bab0574357dfef4
aarch64, tile: replace struct ucontext with ucontext_t

glibc >= 2.26 has dropped the tag struct ucontext from ucontext_t type.

* linux/arm/arch_sigreturn.c (arch_sigreturn) [AARCH64]: Replace
struct ucontext with ucontext_t.
* linux/tile/arch_sigreturn.c (arch_sigreturn): Likewise.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
linux/arm/arch_sigreturn.c
linux/tile/arch_sigreturn.c