Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.h (backport <rust-lang#3948>) (cherry picked from commit ad2d864)
- Loading branch information