aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/unix/fcntl_linux_32bit.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/syscall/unix/fcntl_linux_32bit.go')
-rw-r--r--src/internal/syscall/unix/fcntl_linux_32bit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/syscall/unix/fcntl_linux_32bit.go b/src/internal/syscall/unix/fcntl_linux_32bit.go
index 6c75afc2ab..46a4f6b030 100644
--- a/src/internal/syscall/unix/fcntl_linux_32bit.go
+++ b/src/internal/syscall/unix/fcntl_linux_32bit.go
@@ -5,6 +5,7 @@
// On 32-bit Linux systems, use SYS_FCNTL64.
// If you change the build tags here, see syscall/flock_linux_32bit.go.
+//go:build (linux && 386) || (linux && arm) || (linux && mips) || (linux && mipsle)
// +build linux,386 linux,arm linux,mips linux,mipsle
package unix