riscv64: fix inconsistent ucontext_t struct tag
authorDrew DeVault <sir@cmpwn.com>
Sat, 5 Dec 2020 18:10:06 +0000 (18:10 +0000)
committerRich Felker <dalias@aerifal.cx>
Sun, 6 Dec 2020 17:07:16 +0000 (12:07 -0500)
commit56f0631d9553dc06530ff661527cf1fcd595a0d1
tree4769e1ec66b5921fd7230568d39264d481cb6f82
parent50c7935cd21f33f42013447d57bc19d2e6318aae
riscv64: fix inconsistent ucontext_t struct tag

ucontext.h depends on the internal struct tag name for namespacing
reasons, and the intent was always for it to be consistent across
archs anyway.
arch/riscv64/bits/signal.h