Skip to content

Commit

Permalink
Merge pull request #1042 from giuseppe/fix-errno-ret-go-specs
Browse files Browse the repository at this point in the history
seccomp: fix go-specs for errnoRet
  • Loading branch information
tianon authored May 19, 2020
2 parents 2086147 + f9df045 commit 0230443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ type LinuxSeccompArg struct {
type LinuxSyscall struct {
Names []string `json:"names"`
Action LinuxSeccompAction `json:"action"`
ErrnoRet uint `json:"errno"`
ErrnoRet *uint `json:"errnoRet,omitempty"`
Args []LinuxSeccompArg `json:"args,omitempty"`
}

Expand Down

0 comments on commit 0230443

Please sign in to comment.