Update golang.org/x/sys to add linux/ppc support

This package was recently updated to add support for Linux on
32-bit PowerPC (ppc), implemented by gccgo.

Signed-off-by: Ben Hutchings <ben.hutchings@essensium.com>
This commit is contained in:
Ben Hutchings
2021-05-03 00:38:11 +02:00
parent d279ebd97d
commit 91b01682ae
298 changed files with 16115 additions and 645 deletions

View File

@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
package unix