* sysdeps/m68k/bits/byteswap.h (__bswap_32): Add cast to avoid
[glibc/pb-stable.git] / conform / data / sys / msg.h-data
blob7a1df4cbed3f3535c6e33612038c751801302b34
1 type {struct msqid_ds}
3 type msgqnum_t
4 type msglen_t
6 constant MSG_NOERROR
8 element {struct msqid_ds} {struct ipc_perm} msg_perm
9 element {struct msqid_ds} msgqnum_t msg_qnum
10 element {struct msqid_ds} msglen_t msg_qbytes
11 element {struct msqid_ds} pid_t msg_lspid
12 element {struct msqid_ds} pid_t msg_lrpid
13 element {struct msqid_ds} time_t msg_stime
14 element {struct msqid_ds} time_t msg_rtime
15 element {struct msqid_ds} time_t msg_ctime
17 type pid_t
18 type time_t
19 type key_t
20 type size_t
21 type ssize_t
23 function int msgctl (int, int, struct msqid_ds*)
24 function int msgget (key_t, int)
25 function ssize_t msgrcv (int, void*, size_t, long int, int)
26 function int msgsnd (int, const void*, size_t, int)
28 allow-header sys/ipc.h
30 allow msg*
31 allow MSG*
32 allow *_h