xref: /third_party/musl/arch/mips/bits/msg.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/arch/mips/bits/
1570af302Sopenharmony_cistruct msqid_ds {
2570af302Sopenharmony_ci	struct ipc_perm msg_perm;
3570af302Sopenharmony_ci#if _MIPSEL || __MIPSEL || __MIPSEL__
4570af302Sopenharmony_ci	unsigned long __msg_stime_lo;
5570af302Sopenharmony_ci	unsigned long __msg_stime_hi;
6570af302Sopenharmony_ci	unsigned long __msg_rtime_lo;
7570af302Sopenharmony_ci	unsigned long __msg_rtime_hi;
8570af302Sopenharmony_ci	unsigned long __msg_ctime_lo;
9570af302Sopenharmony_ci	unsigned long __msg_ctime_hi;
10570af302Sopenharmony_ci#else
11570af302Sopenharmony_ci	unsigned long __msg_stime_hi;
12570af302Sopenharmony_ci	unsigned long __msg_stime_lo;
13570af302Sopenharmony_ci	unsigned long __msg_rtime_hi;
14570af302Sopenharmony_ci	unsigned long __msg_rtime_lo;
15570af302Sopenharmony_ci	unsigned long __msg_ctime_hi;
16570af302Sopenharmony_ci	unsigned long __msg_ctime_lo;
17570af302Sopenharmony_ci#endif
18570af302Sopenharmony_ci	unsigned long msg_cbytes;
19570af302Sopenharmony_ci	msgqnum_t msg_qnum;
20570af302Sopenharmony_ci	msglen_t msg_qbytes;
21570af302Sopenharmony_ci	pid_t msg_lspid;
22570af302Sopenharmony_ci	pid_t msg_lrpid;
23570af302Sopenharmony_ci	unsigned long __unused1[2];
24570af302Sopenharmony_ci	time_t msg_stime;
25570af302Sopenharmony_ci	time_t msg_rtime;
26570af302Sopenharmony_ci	time_t msg_ctime;
27570af302Sopenharmony_ci};
28

Indexes created Thu Nov 07 10:32:03 CST 2024