mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
3ec27ae648
Adds mips64-linux-muslabin32 and x86_64-linux-muslx32 headers.
15 lines
294 B
C
Vendored
15 lines
294 B
C
Vendored
struct msqid_ds {
|
|
struct ipc_perm msg_perm;
|
|
time_t msg_stime;
|
|
time_t msg_rtime;
|
|
time_t msg_ctime;
|
|
unsigned long msg_cbytes;
|
|
long __unused1;
|
|
msgqnum_t msg_qnum;
|
|
long __unused2;
|
|
msglen_t msg_qbytes;
|
|
long __unused3;
|
|
pid_t msg_lspid;
|
|
pid_t msg_lrpid;
|
|
unsigned long long __unused[2];
|
|
}; |