reintroduce riscv64 struct sigcontext
authorRich Felker <dalias@aerifal.cx>
Wed, 2 Oct 2019 13:28:03 +0000 (09:28 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 2 Oct 2019 13:28:03 +0000 (09:28 -0400)
commita0993f8f0f161423ecdcb754f282ffd2fe47a7b5
tree0138f50996e01fcf5f219699033ad6fc89c11b3b
parent2c2477da9a553c0b9b2fa18073a5dcdbe6d395af
reintroduce riscv64 struct sigcontext

commit ab3eb89a8b83353cdaab12ed017a67a7730f90e9 removed it as part of
correcting the mcontext_t definition, but there is still code using
struct sigcontext and expecting the member names present in it, most
notably libgcc_eh. almost all such usage is incorrect, but bring back
struct sigcontext at least for now so as not to introduce regressions.
arch/riscv64/bits/signal.h