| commit | 82aafbf43bf885069dc71b7e7c2f9d7a614d47da | [log] [tgz] |
|---|---|---|
| author | Tobias Klauser <tklauser@distanz.ch> | Tue Nov 21 21:10:17 2017 +0100 |
| committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Nov 21 20:27:57 2017 +0000 |
| tree | 9ba029c0afe66167c478dc3bb4dc40fdd1cabed2 | |
| parent | 328643532ee3c60c099171d4ce2cad0ca0354ca9 [diff] |
unix: add SYS___SYSCTL on darwin/arm Add the same workaround as already present for 386 (CL 14151), amd64 (CL 14091) and arm64 (CL 14094) on darwin. Fixes golang/go#22839 Change-Id: I7eee543df204410dd3328dccb7d81166f77e1e2f Reviewed-on: https://go-review.googlesource.com/79155 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@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.