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

x/sys/unix: missing vmsplice on Linux #19125

Closed
mdlayher opened this issue Feb 16, 2017 · 2 comments
Closed

x/sys/unix: missing vmsplice on Linux #19125

mdlayher opened this issue Feb 16, 2017 · 2 comments

Comments

@mdlayher
Copy link
Member

I'm doing some experiments and wanted to try out the vmsplice system call on Linux. unix.Splice already exists, but it appears that there is no unix.Vmsplice.

A cursory search reveals it in the "unimplemented" section of syscall_linux.go.

I implemented it myself, and I'd like to send a CL, unless there is an explicit reason this system call (and others) are not implemented in x/sys/unix.

@ianlancetaylor
Copy link
Contributor

Sure, send a CL. Thanks.

@ianlancetaylor ianlancetaylor added this to the Unreleased milestone Feb 16, 2017
@gopherbot
Copy link

CL https://golang.org/cl/37152 mentions this issue.

@golang golang locked and limited conversation to collaborators Feb 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants