You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
musl: mips64: Use special MIPS definition of stack_t
stack_t is sigaltstack, which in musl has a special definition for MIPS
that switches around ss_size and ss_flags.
The 32-bit definition was already correct.
See:
https://git.musl-libc.org/cgit/musl/tree/arch/mips64/bits/signal.h#n67
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
0 commit comments