summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/BUILD
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2021-03-18 15:38:13 -0700
committerKevin Krakauer <krakauer@google.com>2021-03-18 16:15:35 -0700
commit24bc95bfc45224a3314e0af64584b96fec4af43b (patch)
treec78c16800f753b5c5526ed37184addc8871835a1 /pkg/tcpip/BUILD
parent7fac7e32f3a866134bcee499dfc64459946dfe9d (diff)
Fix alignment issue with 64-bit atomics on 32 bit machines
Diffstat (limited to 'pkg/tcpip/BUILD')
-rw-r--r--pkg/tcpip/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/tcpip/BUILD b/pkg/tcpip/BUILD
index f979d22f0..f71a805bf 100644
--- a/pkg/tcpip/BUILD
+++ b/pkg/tcpip/BUILD
@@ -18,6 +18,8 @@ go_template_instance(
go_library(
name = "tcpip",
srcs = [
+ "aligned.go",
+ "aligned_unsafe.go",
"errors.go",
"sock_err_list.go",
"socketops.go",