aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/flock_linux_32bit.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/flock_linux_32bit.go')
-rw-r--r--src/syscall/flock_linux_32bit.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/syscall/flock_linux_32bit.go b/src/syscall/flock_linux_32bit.go
index 76a09fc47e..927c4dfffd 100644
--- a/src/syscall/flock_linux_32bit.go
+++ b/src/syscall/flock_linux_32bit.go
@@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// If you change the build tags here, see
-// internal/syscall/unix/fcntl_linux_32bit.go.
-
//go:build (linux && 386) || (linux && arm) || (linux && mips) || (linux && mipsle)
package syscall