Commit 76072a6
committed
musl: mips64: Swap order of si_errno and si_code in siginfo_t
All MIPS targets, 32-bit and 64-bit, swap these around.
See:
https://git.musl-libc.org/cgit/musl/tree/arch/mips64/bits/signal.h#n103
https://git.musl-libc.org/cgit/musl/tree/include/signal.h#n100
Signed-off-by: Jens Reidel <[email protected]>1 parent 8e6f36c commit 76072a6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments