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

fs: expose copy-on-write flags for fs.copyFile() #19759

Closed
wants to merge 1 commit into from

Commits on Apr 6, 2018

  1. fs: expose copy-on-write flags for fs.copyFile()

    This commit exposes the UV_FS_COPYFILE_FICLONE and
    UV_FS_COPYFILE_FICLONE_FORCE flags added in libuv 1.20.0.
    
    Fixes: nodejs#19152
    PR-URL: nodejs#19759
    Fixes: nodejs#19152
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    31e63ca View commit details
    Browse the repository at this point in the history