diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-01-28 17:52:51 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-01-28 17:52:51 +0100 |
| commit | 6f722a03489c545bc872d18ff5783839732e4ccd (patch) | |
| tree | 4ba810e72791b626b3dc04f88311c3b83e334e4c /sys/ipc_amd64.const | |
| parent | e00c6a347b199859bd3200724cf9943d35503e89 (diff) | |
sys: improve ipc descriptions
Diffstat (limited to 'sys/ipc_amd64.const')
| -rw-r--r-- | sys/ipc_amd64.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/ipc_amd64.const b/sys/ipc_amd64.const index ac9ac4f8d..3a3b73a64 100644 --- a/sys/ipc_amd64.const +++ b/sys/ipc_amd64.const @@ -8,6 +8,7 @@ IPC_CREAT = 512 IPC_EXCL = 1024 IPC_INFO = 3 IPC_NOWAIT = 2048 +IPC_PRIVATE = 0 IPC_RMID = 0 IPC_SET = 1 IPC_STAT = 2 @@ -21,6 +22,8 @@ SEM_UNDO = 4096 SETALL = 17 SETVAL = 16 SHM_HUGETLB = 2048 +SHM_HUGE_1GB = 2013265920 +SHM_HUGE_2MB = 1409286144 SHM_INFO = 14 SHM_LOCK = 11 SHM_NORESERVE = 4096 |
