mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
PPC port cleaned up, static linking works well now.
This commit is contained in:
16
arch/powerpc/bits/msg.h
Normal file
16
arch/powerpc/bits/msg.h
Normal file
@@ -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];
|
||||
};
|
Reference in New Issue
Block a user