commit | 5219a1e1c5f8dfaadf9d314b1289417a73674973 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed May 29 10:45:00 2019 +0200 |
committer | Russ Cox <rsc@golang.org> | Wed May 29 13:00:38 2019 +0000 |
tree | 5562d8f60caf665e337b6c4ed94caaf25a50f9d5 | |
parent | cc920278c2cc35e068854c6a2ab722b2302c7002 [diff] |
cpu: add missing linkname for libc_getsystemcfg on aix/ppc64 This fixes the aix/ppc64 build after CL 179178 Change-Id: Ie8d762b533c05d6ca262030b34ae137140896d44 Reviewed-on: https://go-review.googlesource.com/c/sys/+/179317 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@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.