We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110ab1a commit 06b191eCopy full SHA for 06b191e
src/internal/syscall/unix/at_fstatat.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 dragonfly || (linux && !(loong64 || mips64)) || netbsd || (openbsd && mips64)
+//go:build dragonfly || (linux && !(loong64 || mips64 || mips64le)) || netbsd || (openbsd && mips64)
6
7
package unix
8
src/internal/syscall/unix/at_fstatat2.go
-//go:build freebsd || (linux && (loong64 || mips64))
+//go:build freebsd || (linux && (loong64 || mips64 || mips64le))
0 commit comments