1570af302Sopenharmony_cistruct msqid_ds { 2570af302Sopenharmony_ci struct ipc_perm msg_perm; 3570af302Sopenharmony_ci unsigned long __msg_stime_lo; 4570af302Sopenharmony_ci unsigned long __msg_stime_hi; 5570af302Sopenharmony_ci unsigned long __msg_rtime_lo; 6570af302Sopenharmony_ci unsigned long __msg_rtime_hi; 7570af302Sopenharmony_ci unsigned long __msg_ctime_lo; 8570af302Sopenharmony_ci unsigned long __msg_ctime_hi; 9570af302Sopenharmony_ci unsigned long msg_cbytes; 10570af302Sopenharmony_ci msgqnum_t msg_qnum; 11570af302Sopenharmony_ci msglen_t msg_qbytes; 12570af302Sopenharmony_ci pid_t msg_lspid; 13570af302Sopenharmony_ci pid_t msg_lrpid; 14570af302Sopenharmony_ci unsigned long __unused1[2]; 15570af302Sopenharmony_ci time_t msg_stime; 16570af302Sopenharmony_ci time_t msg_rtime; 17570af302Sopenharmony_ci time_t msg_ctime; 18570af302Sopenharmony_ci}; 19