diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-10-23 23:19:47 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-23 23:19:47 +0000 |
commit | ca624e14d66e384d3ea294489e547bf61db46f75 (patch) | |
tree | 88b7d127036e0a5d22bbd49ca673a5fa2e8ffb65 /pkg/abi/linux/sem.go | |
parent | a689f4c2d042b10b116a9d56597faaf1728b167d (diff) | |
parent | e5c1b035ab3bbbbaf187d746f858ddd0a859602a (diff) |
Merge release-20201019.0-48-ge5c1b035a (automated)
Diffstat (limited to 'pkg/abi/linux/sem.go')
-rw-r--r-- | pkg/abi/linux/sem.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pkg/abi/linux/sem.go b/pkg/abi/linux/sem.go index 487a626cc..1b2f76c0b 100644 --- a/pkg/abi/linux/sem.go +++ b/pkg/abi/linux/sem.go @@ -34,18 +34,6 @@ const ( const SEM_UNDO = 0x1000 -// SemidDS is equivalent to struct semid64_ds. -// -// +marshal -type SemidDS struct { - SemPerm IPCPerm - SemOTime TimeT - SemCTime TimeT - SemNSems uint64 - unused3 uint64 - unused4 uint64 -} - // Sembuf is equivalent to struct sembuf. // // +marshal slice:SembufSlice |