x/sys/unix: Linux missing Ioctl{Get,Set}Int functions #20474
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
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 anioctl()
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.
The text was updated successfully, but these errors were encountered: