From 28a9676c1744554a9ae68b0ff19190f8165d8a06 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 27 Dec 2019 18:48:01 +0100 Subject: sys/linux: add {MSG,SEM,SHM}_STAT_ANY --- sys/linux/ipc_arm.const | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/linux/ipc_arm.const') 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 -- cgit mrf-deployment