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

copy_file_range syscall support on Linux #2563

Closed
shawnl opened this issue May 27, 2019 · 3 comments
Closed

copy_file_range syscall support on Linux #2563

shawnl opened this issue May 27, 2019 · 3 comments
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-linux standard library This issue involves writing Zig code for the standard library.
Milestone

Comments

@shawnl
Copy link
Contributor

shawnl commented May 27, 2019

http://man7.org/linux/man-pages/man2/copy_file_range.2.html

@andrewrk andrewrk added this to the 0.6.0 milestone May 28, 2019
@andrewrk andrewrk added standard library This issue involves writing Zig code for the standard library. contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. labels May 28, 2019
@andrewrk
Copy link
Member

Related: #1907

@shawnl
Copy link
Contributor Author

shawnl commented Jun 8, 2019

Write up on implementing this (with WIP patch) #2592 (comment)

@andrewrk
Copy link
Member

Implemented by @LemonBoy in #6516.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. enhancement Solving this issue will likely involve adding new logic or components to the codebase. os-linux standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants