Skip to content

Commit be392eb

Browse files
committed
options/posix: Add struct msginfo
1 parent 56bdc0c commit be392eb

File tree

1 file changed

+11
-0
lines changed
  • options/posix/include/sys

1 file changed

+11
-0
lines changed

options/posix/include/sys/msg.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
extern "C" {
1010
#endif
1111

12+
struct msginfo {
13+
int msgpool;
14+
int msgmap;
15+
int msgmax;
16+
int msgmnb;
17+
int msgmni;
18+
int msgssz;
19+
int msgtql;
20+
unsigned short int msgseg;
21+
};
22+
1223
#ifndef __MLIBC_ABI_ONLY
1324

1425
int msgget(key_t __key, int __msgflg);

0 commit comments

Comments
 (0)