summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/fdbased
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-07-28 01:18:12 +0000
committergVisor bot <gvisor-bot@google.com>2021-07-28 01:18:12 +0000
commita41384306d0ab75f6b0ceac3d5e0047531e3ad4f (patch)
treed019e4466c09d970d368402ea4bf7f5d597fb0f2 /pkg/tcpip/link/fdbased
parentab1c2bd3680ffe5ff4a614bc320a9b367f3fdc8d (diff)
parent964fb3ca768756fbc58d1d9312c53886964ae608 (diff)
Merge release-20210720.0-39-g964fb3ca7 (automated)
Diffstat (limited to 'pkg/tcpip/link/fdbased')
-rw-r--r--pkg/tcpip/link/fdbased/fdbased_state_autogen.go1
-rw-r--r--pkg/tcpip/link/fdbased/fdbased_unsafe_state_autogen.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg/tcpip/link/fdbased/fdbased_state_autogen.go b/pkg/tcpip/link/fdbased/fdbased_state_autogen.go
index b84e8f21c..586f166a4 100644
--- a/pkg/tcpip/link/fdbased/fdbased_state_autogen.go
+++ b/pkg/tcpip/link/fdbased/fdbased_state_autogen.go
@@ -1,5 +1,6 @@
// automatically generated by stateify.
+//go:build linux && ((linux && amd64) || (linux && arm64)) && (!linux || (!amd64 && !arm64)) && linux
// +build linux
// +build linux,amd64 linux,arm64
// +build !linux !amd64,!arm64
diff --git a/pkg/tcpip/link/fdbased/fdbased_unsafe_state_autogen.go b/pkg/tcpip/link/fdbased/fdbased_unsafe_state_autogen.go
index e2ed505b2..6a5ed4a3c 100644
--- a/pkg/tcpip/link/fdbased/fdbased_unsafe_state_autogen.go
+++ b/pkg/tcpip/link/fdbased/fdbased_unsafe_state_autogen.go
@@ -1,5 +1,6 @@
// automatically generated by stateify.
+//go:build linux && ((linux && amd64) || (linux && arm64))
// +build linux
// +build linux,amd64 linux,arm64