summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/rawfile/BUILD
diff options
context:
space:
mode:
authorGoogler <noreply@google.com>2019-01-11 18:51:22 -0800
committerShentubot <shentubot@google.com>2019-01-11 18:52:36 -0800
commit1e1dae50ca9a23b140c491b64ffc86d7a0c6b8eb (patch)
tree9cdb41c2ab4e649ca913374c6a5f664070b65657 /pkg/tcpip/link/rawfile/BUILD
parentbf65e06c5f00eb41e40dfbb07dda31c6b7ae443e (diff)
Internal change.
PiperOrigin-RevId: 228979583 Change-Id: I69bd82def48ceb19bc8558c890622b8528d98764
Diffstat (limited to 'pkg/tcpip/link/rawfile/BUILD')
-rw-r--r--pkg/tcpip/link/rawfile/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/link/rawfile/BUILD b/pkg/tcpip/link/rawfile/BUILD
index 829ea7c42..2746d4ced 100644
--- a/pkg/tcpip/link/rawfile/BUILD
+++ b/pkg/tcpip/link/rawfile/BUILD
@@ -6,8 +6,8 @@ go_library(
name = "rawfile",
srcs = [
"blockingpoll_amd64.s",
+ "blockingpoll_amd64_unsafe.go",
"blockingpoll_unsafe.go",
- "blockingpoll_unsafe_amd64.go",
"errors.go",
"rawfile_unsafe.go",
],