add powerpc64 port

This commit is contained in:
Bobby Bingham
2016-04-30 19:18:17 -05:00
committed by Rich Felker
parent 6bc7d9c411
commit c0ede9e404
42 changed files with 2342 additions and 1 deletions

13
arch/powerpc64/bits/msg.h Normal file
View File

@ -0,0 +1,13 @@
struct msqid_ds
{
struct ipc_perm msg_perm;
time_t msg_stime;
time_t msg_rtime;
time_t msg_ctime;
unsigned long msg_cbytes;
msgqnum_t msg_qnum;
msglen_t msg_qbytes;
pid_t msg_lspid;
pid_t msg_lrpid;
unsigned long __unused[2];
};