Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the build on armv7-unknown-freebsd
PR rust-lang#3848 broke the build on armv7-unknown-freebsd by defining a field to be of an unknown type. Use the correct type name `usize` instead of `::size_t`.
- Loading branch information