commit | 193893d61a6e61386b16a2ca84eba381e0e61170 | [log] [tgz] |
---|---|---|
author | Nahum Shalman <nahamu@gmail.com> | Thu Mar 18 01:16:38 2021 +0000 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Fri Mar 19 07:07:19 2021 +0000 |
tree | 4fdda4312fca0b07de3a4c0c26f2f6710ce41db8 | |
parent | c4fcb01b228e8541206c34b2b968566305616517 [diff] |
unix: expose ioctl returns with ioctlRet on solaris and illumos Change-Id: Ide2beea5182b3ef35f1f04f429dc8f9327457c8d Reviewed-on: https://go-review.googlesource.com/c/sys/+/302829 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: David Anderson <dave@natulte.net> Trust: Ian Lance Taylor <iant@golang.org>
This repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.