X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Fmsg.h;fp=arch%2Fi386%2Fbits%2Fmsg.h;h=3db8576b782380ebc0bd675b1253072bf8f630b2;hb=07e865cc5afb11e6e882e998306ab0f7fb64357e;hp=0000000000000000000000000000000000000000;hpb=b5b43b6d6245efac10cd0d2b6d23ee8f91d75261;p=musl diff --git a/arch/i386/bits/msg.h b/arch/i386/bits/msg.h new file mode 100644 index 00000000..3db8576b --- /dev/null +++ b/arch/i386/bits/msg.h @@ -0,0 +1,16 @@ +struct msqid_ds +{ + struct ipc_perm msg_perm; + time_t msg_stime; + int __unused1; + time_t msg_rtime; + int __unused2; + time_t msg_ctime; + int __unused3; + unsigned long msg_cbytes; + msgqnum_t msg_qnum; + msglen_t msg_qbytes; + pid_t msg_lspid; + pid_t msg_lrpid; + unsigned long __unused[2]; +};