diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-08-18 00:49:19 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-08-18 00:49:19 +0000 |
commit | 38624dfb1cc22d2f8d18a613fa65b2400225b262 (patch) | |
tree | f445362dadfb34593f5798b79e281d78123abed4 /pkg/abi | |
parent | d96afdef75caa3cee4831642a10708a2e14d8a2b (diff) | |
parent | b495ae599aeff85511449ef17bd50d656d40bc28 (diff) |
Merge release-20210806.0-39-gb495ae599 (automated)
Diffstat (limited to 'pkg/abi')
-rw-r--r-- | pkg/abi/linux/msgqueue.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/abi/linux/msgqueue.go b/pkg/abi/linux/msgqueue.go index e1e8d0357..0612a8214 100644 --- a/pkg/abi/linux/msgqueue.go +++ b/pkg/abi/linux/msgqueue.go @@ -47,7 +47,7 @@ const ( MSGSSZ = 16 // MSGSEG is simplified due to the inexistance of a ternary operator. - MSGSEG = (MSGPOOL * 1024) / MSGSSZ + MSGSEG = 0xffff ) // MsqidDS is equivelant to struct msqid64_ds. Source: |