xref: /aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/bits/msg.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
1*cda5da8dSAndroid Build Coastguard Worker struct msqid_ds {
2*cda5da8dSAndroid Build Coastguard Worker 	struct ipc_perm msg_perm;
3*cda5da8dSAndroid Build Coastguard Worker 	time_t msg_stime;
4*cda5da8dSAndroid Build Coastguard Worker 	time_t msg_rtime;
5*cda5da8dSAndroid Build Coastguard Worker 	time_t msg_ctime;
6*cda5da8dSAndroid Build Coastguard Worker 	unsigned long msg_cbytes;
7*cda5da8dSAndroid Build Coastguard Worker 	msgqnum_t msg_qnum;
8*cda5da8dSAndroid Build Coastguard Worker 	msglen_t msg_qbytes;
9*cda5da8dSAndroid Build Coastguard Worker 	pid_t msg_lspid;
10*cda5da8dSAndroid Build Coastguard Worker 	pid_t msg_lrpid;
11*cda5da8dSAndroid Build Coastguard Worker 	unsigned long __unused[2];
12*cda5da8dSAndroid Build Coastguard Worker };
13