diff options
author | Googler <noreply@google.com> | 2019-01-11 18:51:22 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-01-11 18:52:36 -0800 |
commit | 1e1dae50ca9a23b140c491b64ffc86d7a0c6b8eb (patch) | |
tree | 9cdb41c2ab4e649ca913374c6a5f664070b65657 /pkg/tcpip/link/rawfile/BUILD | |
parent | bf65e06c5f00eb41e40dfbb07dda31c6b7ae443e (diff) |
Internal change.
PiperOrigin-RevId: 228979583
Change-Id: I69bd82def48ceb19bc8558c890622b8528d98764
Diffstat (limited to 'pkg/tcpip/link/rawfile/BUILD')
-rw-r--r-- | pkg/tcpip/link/rawfile/BUILD | 2 |
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", ], |