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 uv_fs_copyfile api #808

Merged
merged 2 commits into from Feb 22, 2018
Merged

Use uv_fs_copyfile api #808

merged 2 commits into from Feb 22, 2018

Conversation

ugexe
Copy link
Contributor

@ugexe ugexe commented Feb 22, 2018

No description provided.

uv_fs_copyfile uses CopyFileW on windows and copyfile(3) on OSX
(when available), while otherwise falling back to using a loop +
uv_fs_sendfile (similar to the code this replaces).

See: MoarVM#719
@niner niner merged commit 4226137 into MoarVM:master Feb 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants