Skip to content

Commit 0230443

Browse files
authored
Merge pull request #1042 from giuseppe/fix-errno-ret-go-specs
seccomp: fix go-specs for errnoRet
2 parents 2086147 + f9df045 commit 0230443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ type LinuxSeccompArg struct {
669669
type LinuxSyscall struct {
670670
Names []string `json:"names"`
671671
Action LinuxSeccompAction `json:"action"`
672-
ErrnoRet uint `json:"errno"`
672+
ErrnoRet *uint `json:"errnoRet,omitempty"`
673673
Args []LinuxSeccompArg `json:"args,omitempty"`
674674
}
675675

0 commit comments

Comments
 (0)