]> git.ipfire.org Git - thirdparty/glibc.git/blame - conform/data/sys/msg.h-data
First steps to get conformtest fully working
[thirdparty/glibc.git] / conform / data / sys / msg.h-data
CommitLineData
31341567 1#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined POSIX2008
bba09d23
UD
2type {struct msqid_ds}
3
4type msgqnum_t
5type msglen_t
6
7constant MSG_NOERROR
8
9element {struct msqid_ds} {struct ipc_perm} msg_perm
10element {struct msqid_ds} msgqnum_t msg_qnum
11element {struct msqid_ds} msglen_t msg_qbytes
12element {struct msqid_ds} pid_t msg_lspid
13element {struct msqid_ds} pid_t msg_lrpid
14element {struct msqid_ds} time_t msg_stime
15element {struct msqid_ds} time_t msg_rtime
16element {struct msqid_ds} time_t msg_ctime
17
18type pid_t
19type time_t
20type key_t
21type size_t
22type ssize_t
23
24function int msgctl (int, int, struct msqid_ds*)
25function int msgget (key_t, int)
26function ssize_t msgrcv (int, void*, size_t, long int, int)
27function int msgsnd (int, const void*, size_t, int)
28
29allow-header sys/ipc.h
0ed99ce4
UD
30
31allow msg*
32allow MSG*
33allow *_h
f095bb72 34#endif