diff options
author | Jamie Liu <jamieliu@google.com> | 2019-07-22 12:03:07 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-22 12:04:21 -0700 |
commit | fdac770f31cbe5150d57964be04c2884c68f0f8b (patch) | |
tree | e4ed161d1b36a9eca15dfb5a0b1429401787e51e /pkg/abi | |
parent | 32e6be0045fde1837c5ceb4ce44bffe4e4488b05 (diff) |
Fix struct statx field alignment.
PiperOrigin-RevId: 259376740
Diffstat (limited to 'pkg/abi')
-rw-r--r-- | pkg/abi/linux/file.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/abi/linux/file.go b/pkg/abi/linux/file.go index 4b0ea33dc..615e72646 100644 --- a/pkg/abi/linux/file.go +++ b/pkg/abi/linux/file.go @@ -253,6 +253,7 @@ type Statx struct { UID uint32 GID uint32 Mode uint16 + _ uint16 Ino uint64 Size uint64 Blocks uint64 |