mirror of https://git.musl-libc.org/git/musl
Browse Source
commit ab3eb89a8b 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.
master
1 changed files with 10 additions and 6 deletions
Loading…
Reference in new issue