commit | 33540a1f603772f9d4b761f416f5c10dade23e96 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Oct 25 21:13:51 2019 +0200 |
committer | Tobias Klauser <tobias.klauser@gmail.com> | Sat Oct 26 07:03:38 2019 +0000 |
tree | 11135438f5eec0cc6b6093ebb802fb5e072f1a15 | |
parent | 53bf42e6b339f7ed00535fc6915737b3959eac89 [diff] |
unix: don't use non-existing uint128 type on freebsd/arm64 CL 179099 introduced type FpReg on freebsd, on freebsd/arm64 using a type uint128. This type doesn't exist in Go. Change-Id: Ie7f065f38f2cc2c163abdfa7dddad886b8edbe3b Reviewed-on: https://go-review.googlesource.com/c/sys/+/203419 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.