summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/file_arm64.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-14 12:07:08 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-14 12:08:12 -0800
commit3c26f5ecb0087337b1f194b6d429ce68f3af70eb (patch)
tree1412498695e5797ed90147540fb232a2ed67be6f /pkg/abi/linux/file_arm64.go
parent4075de11be44372c454aae7f9650cdc814c52229 (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/file_arm64.go')
-rw-r--r--pkg/abi/linux/file_arm64.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/abi/linux/file_arm64.go b/pkg/abi/linux/file_arm64.go
index ea3adc5f5..6492c9038 100644
--- a/pkg/abi/linux/file_arm64.go
+++ b/pkg/abi/linux/file_arm64.go
@@ -25,6 +25,8 @@ const (
)
// Stat represents struct stat.
+//
+// +marshal
type Stat struct {
Dev uint64
Ino uint64