mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
f9615bfd67
Add shim for seeking files This adds a shim for `lseek64` (`lseek` on macOS). This enables the use of `<File as Seek>::seek`. Testing is included.