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

Enable copy_file_range on FreeBSD #3023

Merged
merged 1 commit into from Dec 1, 2022
Merged

Commits on Nov 30, 2022

  1. Enable copy_file_range on FreeBSD

    PR rust-lang#2479 did this, but only in the freebsd13 and freebsd14 modules,
    which was incorrect.  Those modules should only be used for functions
    that change across FreeBSD versions, and therefore need different ELF
    symbol versions.  Functions that were newly added since FreeBSD 11 can
    still go in the base freebsd module.  It will cause no problems for them
    to be there, and users will see an error at link time if they try to
    use such a function in an environment that is too old to support it.
    asomers committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5756980 View commit details
    Browse the repository at this point in the history