diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-06-14 02:27:51 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-14 02:27:51 +0000 |
commit | 131eb876dab02998c7e5150bd13a831b6f03af2c (patch) | |
tree | 3453890561866bc90fb39af157670e0f1b44743a /pkg/abi | |
parent | 5f0ebe52c8007470ed0e023d24932547befa4574 (diff) | |
parent | 5c9e84622305dc9fd4e9b81eeb7309b8a894f99e (diff) |
Merge release-20210601.0-52-g5c9e84622 (automated)
Diffstat (limited to 'pkg/abi')
-rw-r--r-- | pkg/abi/linux/signal.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/abi/linux/signal.go b/pkg/abi/linux/signal.go index 31d020f77..06a4c6401 100644 --- a/pkg/abi/linux/signal.go +++ b/pkg/abi/linux/signal.go @@ -293,8 +293,6 @@ type Sigevent struct { UnRemainder [44]byte } -// LINT.IfChange - // SigAction represents struct sigaction. // // +marshal @@ -306,8 +304,6 @@ type SigAction struct { Mask SignalSet } -// LINT.ThenChange(../../safecopy/safecopy_unsafe.go) - // SignalStack represents information about a user stack, and is equivalent to // stack_t. // |