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: Linux missing Ioctl{Get,Set}Int functions #20474

Closed
mdlayher opened this issue May 24, 2017 · 3 comments
Closed

x/sys/unix: Linux missing Ioctl{Get,Set}Int functions #20474

mdlayher opened this issue May 24, 2017 · 3 comments
Labels
FeatureRequest FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@mdlayher
Copy link
Member

It appears that a couple of wrappers over the unsafe ioctl call are available on solaris/amd64. I'd like to port the basic get/set integer ones to Linux to avoid having to re-implement an ioctl() function in my own code.

The commit that added these interfaces to solaris/amd64: golang/sys@584c5fe.

I'll send a CL using the new code generator for Linux.

@gopherbot gopherbot added this to the Unreleased milestone May 24, 2017
@bradfitz
Copy link
Contributor

SGTM

@bradfitz bradfitz added FeatureRequest NeedsFix The path to resolution is known, but the work has not been done. labels May 24, 2017
@gopherbot
Copy link

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

@binarycrusader
Copy link
Contributor

/cc @epilatow

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FeatureRequest FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants