diff options
author | Jing Chen <chjing@google.com> | 2020-10-23 15:29:35 -0700 |
---|---|---|
committer | Nicolas Lacasse <nlacasse@google.com> | 2020-10-23 16:12:12 -0700 |
commit | e5c1b035ab3bbbbaf187d746f858ddd0a859602a (patch) | |
tree | bafa130754b62d0b0e5b94efea621e16b4e4edf4 /pkg/abi/linux/sem.go | |
parent | d18346e79022f4b7039593a5793ab24dd6169314 (diff) |
Introduce SemidDs struct for amd64 and arm64.
PiperOrigin-RevId: 338756277
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 |