From af55070eae5438476f921d827b7ae49e8141c3fe Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 9 Jun 2018 21:06:58 +0000 Subject: add {MSG,SEM,SHM}_STAT_ANY from linux v4.17 introduced to stat ipc objects without permission checks since the info is available in /proc/sysvipc anyway, new in linux commits 23c8cec8cf679b10997a512abb1e86f0cedc42ba a280d6dc77eb6002f269d58cd47c7c7e69b617b6 c21a6970ae727839a2f300cd8dd957de0d0238c3 --- include/sys/msg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/msg.h') diff --git a/include/sys/msg.h b/include/sys/msg.h index 139f22b7..be6afc34 100644 --- a/include/sys/msg.h +++ b/include/sys/msg.h @@ -27,6 +27,7 @@ typedef unsigned long msglen_t; #define MSG_STAT 11 #define MSG_INFO 12 +#define MSG_STAT_ANY 13 struct msginfo { int msgpool, msgmap, msgmax, msgmnb, msgmni, msgssz, msgtql; -- cgit v1.2.1