Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS/tvOS/watchOS/visionOS: Fix reading large files
Tested in the iOS simulator with something like: ``` let mut buf = vec![0; c_int::MAX as usize - 1 + 2]; let read_bytes = f.read(&mut buf).unwrap(); ```
- Loading branch information