We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8539691 commit 9a5a120Copy full SHA for 9a5a120
src/runtime/os_linux_futex32.go
@@ -2,7 +2,7 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-//go:build linux && (386 || arm || mips || mipsle || ppc)
+//go:build linux && (386 || arm || mips || mipsle)
6
7
package runtime
8
src/runtime/os_linux_futex64.go
-//go:build linux && !(386 || arm || mips || mipsle || ppc || s390)
+//go:build linux && !(386 || arm || mips || mipsle)
0 commit comments