X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fmsg.h;h=db5c62a42f5934170e8ee6a1c188473a6f5ec2ba;hb=dc9285ad1dc19349c407072cc48ba70dab86de45;hp=139f22b7008fab60ad581f9057fdb8367756ba5f;hpb=4ce6bd83456981081721b2acd8ef48b282cd88ee;p=musl diff --git a/include/sys/msg.h b/include/sys/msg.h index 139f22b7..db5c62a4 100644 --- a/include/sys/msg.h +++ b/include/sys/msg.h @@ -25,8 +25,9 @@ typedef unsigned long msglen_t; #define MSG_NOERROR 010000 #define MSG_EXCEPT 020000 -#define MSG_STAT 11 +#define MSG_STAT (11 | (IPC_STAT & 0x100)) #define MSG_INFO 12 +#define MSG_STAT_ANY (13 | (IPC_STAT & 0x100)) struct msginfo { int msgpool, msgmap, msgmax, msgmnb, msgmni, msgssz, msgtql;