mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 06:11:57 +00:00
si_errno and si_code are swapped in mips siginfo_t compared to other archs and some si_code values are different. This fix is required for POSIX timers to work. based on patch by Dmitry Ivanov.