diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-27 18:48:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-30 16:37:38 +0100 |
| commit | 28a9676c1744554a9ae68b0ff19190f8165d8a06 (patch) | |
| tree | 64591792642ca88c719e2b7c232193a1bee292c2 /sys/linux/ipc_arm.const | |
| parent | af6b8ef8f18c45343685f0ee7af9dd3a4b2b5d95 (diff) | |
sys/linux: add {MSG,SEM,SHM}_STAT_ANY
Diffstat (limited to 'sys/linux/ipc_arm.const')
| -rw-r--r-- | sys/linux/ipc_arm.const | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/linux/ipc_arm.const b/sys/linux/ipc_arm.const index 8bdfe4934..fad4da4b8 100644 --- a/sys/linux/ipc_arm.const +++ b/sys/linux/ipc_arm.const @@ -16,8 +16,10 @@ MSG_EXCEPT = 8192 MSG_INFO = 12 MSG_NOERROR = 4096 MSG_STAT = 11 +MSG_STAT_ANY = 13 SEM_INFO = 19 SEM_STAT = 18 +SEM_STAT_ANY = 20 SEM_UNDO = 4096 SETALL = 17 SETVAL = 16 @@ -31,6 +33,7 @@ SHM_RDONLY = 4096 SHM_REMAP = 16384 SHM_RND = 8192 SHM_STAT = 13 +SHM_STAT_ANY = 15 SHM_UNLOCK = 12 S_IRGRP = 32 S_IROTH = 4 |
