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

Add copy_file_range to linux_like #1704

Merged
merged 1 commit into from
Mar 27, 2020
Merged

Add copy_file_range to linux_like #1704

merged 1 commit into from
Mar 27, 2020

Commits on Mar 25, 2020

  1. Add copy_file_range to linux_like/linux/gnu

    This is a Linux-only feature that was already present as a
    syscall. Add it just to linux/gnu for the moment, as the musl version
    bundled in the Rust's x86_64-unknown-linux-musl toolchain doesn't
    include it yet.
    
    Signed-off-by: Sergio Lopez <slp@redhat.com>
    slp committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    82f0707 View commit details
    Browse the repository at this point in the history