diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-14 11:30:07 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-14 11:30:07 +0000 |
commit | 10427e352365bfac7f5e458d19055b48c7d08bcb (patch) | |
tree | effee384ad1bfda026331caf9748b6d6e164c8f1 /pkg/abi/linux/file_amd64.go | |
parent | 21ccea6ecc8a88a8ace0875f83633a7ccdacd8bc (diff) | |
parent | b2e86906ea4f7bc43b8d2d3a4735a87eca779b33 (diff) |
Merge release-20200211.0-16-gb2e8690 (automated)
Diffstat (limited to 'pkg/abi/linux/file_amd64.go')
-rwxr-xr-x | pkg/abi/linux/file_amd64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/abi/linux/file_amd64.go b/pkg/abi/linux/file_amd64.go index 9d307e840..8693d49c8 100755 --- a/pkg/abi/linux/file_amd64.go +++ b/pkg/abi/linux/file_amd64.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build amd64 + package linux // Constants for open(2). |