Commit ad2d864
committed
Fix the definition of mc_fpstate on FreeBSD x86
The definition added in b811b70 was
technically wrong even though the type size was correct. It was
probably defined this way because earlier versions of Rust had
difficulty with fixed-size arrays of size greater than 32.
This change is necessary for CI to pass on x86 FreeBSD.
https://github.com/freebsd/freebsd-src/blob/main/sys/x86/include/ucontext.h1 parent 0e9c6f3 commit ad2d864
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments