diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-10-04 21:24:42 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-04 21:24:42 +0000 |
commit | 0416eb0b03a27f6dea4824fec432095305164561 (patch) | |
tree | 11cdb3432b107337472bead28a404b6933f61093 | |
parent | ac6b86fb96d1b497df61552a701d8ffdd704aa05 (diff) | |
parent | 7ef1c44a7fe027d60c92b44515655a612d40d034 (diff) |
Merge release-20190806.1-237-g7ef1c44 (automated)
-rw-r--r-- | pkg/abi/linux/file.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/abi/linux/file.go b/pkg/abi/linux/file.go index 7d742871a..257f67222 100644 --- a/pkg/abi/linux/file.go +++ b/pkg/abi/linux/file.go @@ -271,7 +271,7 @@ type Statx struct { } // FileMode represents a mode_t. -type FileMode uint +type FileMode uint16 // Permissions returns just the permission bits. func (m FileMode) Permissions() FileMode { |