diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-14 12:07:08 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-14 12:08:12 -0800 |
commit | 3c26f5ecb0087337b1f194b6d429ce68f3af70eb (patch) | |
tree | 1412498695e5797ed90147540fb232a2ed67be6f /pkg/abi/linux/BUILD | |
parent | 4075de11be44372c454aae7f9650cdc814c52229 (diff) |
Enable automated marshalling for struct stat.
This requires fixing a few build issues for non-am64 platforms.
PiperOrigin-RevId: 295196922
Diffstat (limited to 'pkg/abi/linux/BUILD')
-rw-r--r-- | pkg/abi/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/abi/linux/BUILD b/pkg/abi/linux/BUILD index 1f3c0c687..b7015367b 100644 --- a/pkg/abi/linux/BUILD +++ b/pkg/abi/linux/BUILD @@ -59,6 +59,7 @@ go_library( "wait.go", "xattr.go", ], + marshal = True, visibility = ["//visibility:public"], deps = [ "//pkg/abi", |