Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mmap64 on Linux. #501

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Use mmap64 on Linux. #501

merged 1 commit into from
Jun 21, 2023

Commits on Dec 26, 2022

  1. Use mmap64 on Linux with glibc.

    mmap is a non-LFS function and due to its usage here will appear in
    binaries produced by rustc.
    
    This is relevant to rust-lang/rust#94173.
    mikebenfield committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    062e784 View commit details
    Browse the repository at this point in the history