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
Remove rogue definition of SIGSTKFLT for mips32-linux-musl
Linux' arch/mips/include/uapi/asm/signal.h does not define SIGSTKFLT.
For one MIPS architecture, we define it as 7 for unknown reasons,
but 7 is already SIGEMT. This is confusing and probably useless.
Remove it.
[ squashed JohnTitor's commit deleting the changelog entry - Trevor ]
(backport <#4749>)
(cherry picked from commit bf0ea47)
0 commit comments